public class ResourcePath extends Object
| Constructor and Description |
|---|
ResourcePath()
Instantiates a new resource path.
|
ResourcePath(String module,
String path)
Instantiates a new resource path.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getModule()
Gets the module.
|
String |
getPath()
Gets the path.
|
void |
setModule(String module)
Sets the module.
|
void |
setPath(String path)
Sets the path.
|
public String getModule()
public void setModule(String module)
module - the new modulepublic String getPath()
public void setPath(String path)
path - the new pathCopyright © 2010–2018 Eclipse Foundation. All rights reserved.