public class AbstractUserConfiguration
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractUserConfiguration.PrefixIterable
An iterable with a single
File element prepended. |
| Constructor and Description |
|---|
AbstractUserConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<? extends java.io.File> |
getClassPath(java.io.File root,
java.lang.Iterable<? extends java.io.File> classPath)
Returns the class path or builds a class path from the supplied arguments if no class path was set.
|
void |
setClassPath(java.lang.Iterable<java.io.File> classPath)
Sets the class path to use for this configuration.
|
public java.lang.Iterable<? extends java.io.File> getClassPath(java.io.File root,
java.lang.Iterable<? extends java.io.File> classPath)
root - The root directory of the project being built.classPath - The class path dependencies.public void setClassPath(java.lang.Iterable<java.io.File> classPath)
classPath - The class path to use.