Package net.alchim31.maven.yuicompressor
Class SourceFile
java.lang.Object
net.alchim31.maven.yuicompressor.SourceFile
The Class SourceFile.
-
Constructor Summary
ConstructorsConstructorDescriptionSourceFile(File srcRoot, File destRoot, String name, boolean destAsSource) Instantiates a new source file. -
Method Summary
Modifier and TypeMethodDescriptionGets the extension.toDestFile(String suffix) To dest file.toFile()To file.
-
Constructor Details
-
SourceFile
Instantiates a new source file.- Parameters:
srcRoot- the src rootdestRoot- the dest rootname- the namedestAsSource- the dest as source
-
-
Method Details
-
toFile
To file.- Returns:
- the file
-
toDestFile
To dest file.- Parameters:
suffix- the suffix- Returns:
- the file
-
getExtension
Gets the extension.- Returns:
- the extension
-