JTools

org.jtools.io.filter
Class SimpleFilterableFile

java.lang.Object
  extended by org.jtools.io.filter.SimpleFilterableFile
All Implemented Interfaces:
FilterableFile

public class SimpleFilterableFile
extends Object
implements FilterableFile


Constructor Summary
SimpleFilterableFile(File root, String directory, String filename)
           
 
Method Summary
 char[][] getCompiledDirectory()
           
 char[] getCompiledFilename()
           
 String getDirectory()
           
 String getFilename()
           
 File getRoot()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleFilterableFile

public SimpleFilterableFile(File root,
                            String directory,
                            String filename)
Method Detail

getCompiledDirectory

public char[][] getCompiledDirectory()
Specified by:
getCompiledDirectory in interface FilterableFile

getCompiledFilename

public char[] getCompiledFilename()
Specified by:
getCompiledFilename in interface FilterableFile

getDirectory

public final String getDirectory()
Specified by:
getDirectory in interface FilterableFile

getFilename

public final String getFilename()
Specified by:
getFilename in interface FilterableFile

getRoot

public final File getRoot()
Specified by:
getRoot in interface FilterableFile

toString

public String toString()
Overrides:
toString in class Object

JTools

© 2000-2006, JTools.org.