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 FileEntrycreateEntry(FormattedDisk formattedDisk)FileEntrygetEntry(FormattedDisk formattedDisk)
-
-
-
Method Detail
-
getEntry
public FileEntry getEntry(FormattedDisk formattedDisk) throws DiskException
- Throws:
DiskException
-
createEntry
public FileEntry createEntry(FormattedDisk formattedDisk) throws DiskException
- Throws:
DiskException
-
-