com.sun.enterprise.util.io
Class FileLister

java.lang.Object
  extended by com.sun.enterprise.util.io.FileLister
Direct Known Subclasses:
FileListerRelative

public abstract class FileLister
extends java.lang.Object

Version:
Author:
bnevins

Method Summary
 java.lang.String[] getFiles()
           
 void getFilesInternal(java.io.File root)
           
 void keepEmptyDirectories()
           
protected abstract  boolean relativePath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

keepEmptyDirectories

public void keepEmptyDirectories()

relativePath

protected abstract boolean relativePath()

getFiles

public java.lang.String[] getFiles()

getFilesInternal

public void getFilesInternal(java.io.File root)


Copyright © 2012 GlassFish Community. All Rights Reserved.