com.stc.eways.batchext
Class LocalFileName
java.lang.Object
com.stc.eways.batchext.LocalFileName
public class LocalFileName
- extends java.lang.Object
A file name class for local file component.
Constructor Summary |
LocalFileName(java.lang.String fullPathName,
java.lang.String directoryName,
java.lang.String fileName)
Constructor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LocalFileName
public LocalFileName(java.lang.String fullPathName,
java.lang.String directoryName,
java.lang.String fileName)
- Constructor.
- Parameters:
fullPathName
- The full path name for this local file name.dirName
- The directory name component of this local file name.fileName
- The file name component of this local file name.
isDirectory
public boolean isDirectory()
isFile
public boolean isFile()
getFullPathName
public java.lang.String getFullPathName()
getDirectoryName
public java.lang.String getDirectoryName()
getFileName
public java.lang.String getFileName()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object