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 | |
static void | reset () |
This needs to be called if the System properties are changes. | |
static String | getDefaultPath () |
Protected Member Functions | |
void | parse (String name) throws IllegalArgumentException |
Format <path>/className.uniqueID. | |
Private Member Functions | |
void | construct () |
Static Private Member Functions | |
static Pattern | getPattern () |
Private Attributes | |
String | path |
String | fileName |
Static Private Attributes | |
static Pattern | fileNamePattern |
static 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. References Sct.File.NameFile.fileName. |