class ExtoolsPluginConfiguration extends java.lang.Object
| Type | Name and description |
|---|---|
java.util.List<java.lang.String> |
aliasesUsedGloballyAliases to add implicitly when executing |
boolean |
areToolsLoaded |
java.lang.Object |
configurationOfToolMaps the tool real name (e.g. |
java.io.File |
extractDirDirectory to extract the local extools for use |
java.io.File |
localCacheDirectory to store the downloaded extools archive to |
java.net.URL |
remoteRepositoryUrl |
java.lang.Object |
toolsAll extools used, as map of aliases to real names |
boolean |
usingAllExtoolsTells if we should use all extools |
| Constructor and description |
|---|
ExtoolsPluginConfiguration
() |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Aliases to add implicitly when executing
Maps the tool real name (e.g. "mingw-gcc-win32-v7.2.1") to the corresponding ExtoolConfiguration
Directory to extract the local extools for use
Directory to store the downloaded extools archive to
All extools used, as map of aliases to real names For instance: "gcc": "mingw-gcc-win32-v7.2.1"
Tells if we should use all extools
Groovy Documentation