public class FileLocations extends Object
| Constructor and Description |
|---|
FileLocations() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSourceFile(File source) |
void |
addSourceFile(String sourcepath) |
File |
findSourceDir(File file) |
List<File> |
getClassPath() |
List<File> |
getCompilePath() |
File |
getOutputDirectory() |
Map<String,File> |
getSassOutputDirectoryByType() |
Map<String,List<File>> |
getSassSourceFilesByType() |
Map<String,File> |
getSassSourcePathByType() |
List<File> |
getSourceFiles() |
List<File> |
getSourcePath() |
void |
setClassPath(List<File> classPath) |
void |
setCompilePath(List<File> compilePath) |
void |
setOutputDirectory(File outputDirectory) |
void |
setSassOutputDirectoryByType(Map<String,File> sassOutputDirectoryByType) |
void |
setSassSourceFilesByType(Map<String,List<File>> sassSourceFilesByType) |
void |
setSassSourcePathByType(Map<String,File> sassSourcePathByType) |
void |
setSourceFiles(List<File> sourceFiles) |
void |
setSourcePath(List<File> sourcePath) |
String |
toString() |
public File findSourceDir(File file) throws IOException
IOExceptionpublic File getOutputDirectory()
public void setOutputDirectory(File outputDirectory)
public void setSourcePath(List<File> sourcePath) throws IOException
IOExceptionpublic void setSassSourcePathByType(Map<String,File> sassSourcePathByType) throws IOException
IOExceptionpublic void addSourceFile(File source)
public void addSourceFile(String sourcepath)
public void setSassSourceFilesByType(Map<String,List<File>> sassSourceFilesByType)
public void setSassOutputDirectoryByType(Map<String,File> sassOutputDirectoryByType) throws IOException
IOExceptionCopyright © 2002–2021 CoreMedia AG. All rights reserved.