com.github.bringking.maven.less
Class FileToProcess

java.lang.Object
  extended by com.github.bringking.maven.less.FileToProcess

public class FileToProcess
extends Object

Created with IntelliJ IDEA. User: charlie Date: 1/4/14 Time: 10:17 PM To change this template use File | Settings | File Templates.


Constructor Summary
FileToProcess(String inputFilePath, String outputFilePath)
           
 
Method Summary
 String getInputFilePath()
           
 String getOutputFilePath()
           
 void setInputFilePath(String inputFilePath)
           
 void setOutputFilePath(String outputFilePath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileToProcess

public FileToProcess(String inputFilePath,
                     String outputFilePath)
Method Detail

getOutputFilePath

public String getOutputFilePath()

setOutputFilePath

public void setOutputFilePath(String outputFilePath)

getInputFilePath

public String getInputFilePath()

setInputFilePath

public void setInputFilePath(String inputFilePath)


Copyright © 2014. All Rights Reserved.