public interface IUserPath
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
java.lang.String |
getPath() |
void |
setName(java.lang.String aName)
name must be unique
make sure the UserPath.name still exists in IUserPathOptions
|
void |
setPath(java.lang.String aPath)
make sure the UserPath.name still exists in IUserPathOptions
|
void setName(java.lang.String aName)
throws java.lang.Exception
java.lang.Exceptionjava.lang.String getName()
void setPath(java.lang.String aPath)
throws java.lang.Exception
java.lang.Exceptionjava.lang.String getPath()