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. | |
String | getDefaultPath () |
Protected Member Functions | |
void | parse (String name) throws IllegalArgumentException |
Format /className.uniqueID. | |
Private Member Functions | |
void | construct () |
Static Private Member Functions | |
Pattern | getPattern () |
Private Attributes | |
String | path |
String | fileName |
Static Private Attributes | |
Pattern | fileNamePattern |
String | defaultPath |
Definition at line 17 of file NameFile.java.
|
Gets the implementation dependant String representation of the name. This can be passed to the appropriate ObjectManager for later retrieval
Implements Sct.Name. Definition at line 34 of file NameFile.java. |