net_alchim31_maven_yuicompressor
Class SourceFile

java.lang.Object
  extended by net_alchim31_maven_yuicompressor.SourceFile

public class SourceFile
extends Object


Constructor Summary
SourceFile(File srcRoot, File destRoot, String name, boolean destAsSource)
           
 
Method Summary
 String getExtension()
           
 File toDestFile(String suffix)
           
 File toFile()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourceFile

public SourceFile(File srcRoot,
                  File destRoot,
                  String name,
                  boolean destAsSource)
           throws Exception
Throws:
Exception
Method Detail

toFile

public File toFile()

toDestFile

public File toDestFile(String suffix)

getExtension

public String getExtension()


Copyright © 2010-2012 Alchim31. All Rights Reserved.