Inheritance diagram for Sct::File.NameFile:
Public Member Functions | |
NameFile (Serializable s) | |
NameFile (String name) throws IllegalArgumentException | |
NameFile (String className, String uniqueID) | |
String | getName () |
Gets the implementation dependant String representation of the name. | |
String | getPath () |
Static Public Member Functions | |
void | reset () |
This needs to be called if the System properties are changes. | |
Protected Member Functions | |
void | parse (String name) throws IllegalArgumentException |
Format /className.uniqueID. |
|
Gets the implementation dependant String representation of the name. This can be passed to the appropriate ObjectManager for later retrieval
Implements Sct.Name. |