net.sf.alchim.mojo.yuicompressor
Class SourceFile

java.lang.Object
  extended by net.sf.alchim.mojo.yuicompressor.SourceFile

public class SourceFile
extends java.lang.Object


Constructor Summary
SourceFile(java.io.File srcRoot, java.io.File destRoot, java.lang.String name, boolean destAsSource)
           
 
Method Summary
 java.lang.String getExtension()
           
 java.io.File toDestFile(java.lang.String suffix)
           
 java.io.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(java.io.File srcRoot,
                  java.io.File destRoot,
                  java.lang.String name,
                  boolean destAsSource)
           throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

toFile

public java.io.File toFile()

toDestFile

public java.io.File toDestFile(java.lang.String suffix)

getExtension

public java.lang.String getExtension()


Copyright © 2009. All Rights Reserved.