Uses of Class
net.noha.tools.ant.yuicompressor.tasks.FileType

Uses of FileType in net.noha.tools.ant.yuicompressor.tasks
 

Methods in net.noha.tools.ant.yuicompressor.tasks that return FileType
static FileType FileType.getFileType(java.lang.String fileName)
           
static FileType FileType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FileType[] FileType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.noha.tools.ant.yuicompressor.tasks with parameters of type FileType
private  void YuiCompressorTask.compressFile(java.io.File inFile, java.io.File outFile, FileType fileType)
           
 java.lang.String CompressionStatistics.getFileStats(java.io.File inFile, java.io.File outFile, FileType fileType)