Modifiers | Name | Description |
---|---|---|
protected java.util.List<java.lang.String> |
binaryExtensions |
|
protected java.util.List<java.lang.String> |
buildExcludes |
|
protected java.util.List<java.lang.String> |
buildMerge |
|
protected java.util.List<java.lang.String> |
buildPlugins |
|
protected java.util.List<java.lang.String> |
buildRepositories |
|
protected java.lang.ClassLoader |
classLoader |
|
protected java.util.Map<java.lang.String, Command> |
commandsByName |
|
protected java.util.Set<java.lang.String> |
defaultFeaturesNames |
|
protected java.util.List<Dependency> |
dependencies |
|
protected java.lang.String |
description |
|
protected org.eclipse.aether.util.graph.selector.ExclusionDependencySelector |
exclusionDependencySelector |
|
protected java.util.List<java.lang.String> |
executablePatterns |
|
protected java.util.List<Feature> |
features |
|
protected java.lang.String |
instructions |
|
protected java.util.List<Command> |
internalCommands |
|
protected java.lang.String |
name |
|
protected java.util.NavigableMap |
navigableConfig |
|
protected java.util.List<java.lang.String> |
parentNames |
|
protected java.util.List<Profile> |
parentProfiles |
|
protected java.lang.String |
parentTargetFolder |
|
protected org.springframework.core.io.Resource |
profileDir |
|
protected ProfileRepository |
profileRepository |
|
protected java.util.List<java.lang.String> |
repositories |
|
protected java.util.Set<java.lang.String> |
requiredFeatureNames |
|
protected java.util.List<java.lang.String> |
skeletonExcludes |
|
protected java.lang.String |
version |
Type | Name and description |
---|---|
ProfileRepository |
profileRepository |
Constructor and description |
---|
AbstractProfile
(org.springframework.core.io.Resource profileDir) |
AbstractProfile
(org.springframework.core.io.Resource profileDir, java.lang.ClassLoader classLoader) |
Type Params | Return Type | Name and description |
---|---|---|
|
java.util.Set<java.lang.String> |
getBinaryExtensions() |
|
java.util.List<java.lang.String> |
getBuildMergeProfileNames() |
|
java.util.List<java.lang.String> |
getBuildPlugins() |
|
java.util.List<java.lang.String> |
getBuildRepositories() |
|
Command |
getCommand(ProjectContext context, java.lang.String name) |
|
java.lang.Iterable<Command> |
getCommands(ProjectContext context) |
|
java.lang.Iterable<Completer> |
getCompleters(ProjectContext context) |
|
java.util.NavigableMap |
getConfiguration() |
|
java.lang.Iterable<Feature> |
getDefaultFeatures() |
|
java.util.List<Dependency> |
getDependencies() |
|
java.lang.String |
getDescription() |
|
java.util.Set<java.lang.String> |
getExecutablePatterns() |
|
java.lang.Iterable<Profile> |
getExtends() |
|
java.lang.Iterable<Feature> |
getFeatures() |
|
java.lang.String |
getInstructions() |
|
java.lang.String |
getParentSkeletonDir() |
|
java.io.File |
getParentSkeletonDir(java.io.File parent) |
|
org.springframework.core.io.Resource |
getProfileDir() |
|
ProfileRepository |
getProfileRepository() |
|
java.util.List<java.lang.String> |
getRepositories() |
|
java.lang.Iterable<Feature> |
getRequiredFeatures() |
|
java.util.List<java.lang.String> |
getSkeletonExcludes() |
|
org.springframework.core.io.Resource |
getTemplate(java.lang.String path) |
|
java.lang.String |
getVersion() |
|
boolean |
handleCommand(ExecutionContext context) |
|
boolean |
hasCommand(ProjectContext context, java.lang.String name) |
|
protected void |
initialize() |
|
protected void |
registerParentCommands(ProjectContext context, java.lang.Iterable<Profile> parents, groovy.lang.Closure registerCommand) |
|
void |
setProfileRepository(ProfileRepository profileRepository) |
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() |
Groovy Documentation