Class Name
- java.lang.Object
-
- com.webcodepro.applecommander.util.Name
-
public class Name extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Name(java.lang.String s)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FileEntry
createEntry(DirectoryEntry directoryEntry)
FileEntry
getEntry(DirectoryEntry directoryEntry)
-
-
-
Method Detail
-
getEntry
public FileEntry getEntry(DirectoryEntry directoryEntry) throws DiskException
- Throws:
DiskException
-
createEntry
public FileEntry createEntry(DirectoryEntry directoryEntry) throws DiskException
- Throws:
DiskException
-
-