- setArtifact(Artifact) - Method in class io.knotx.stack.model.StackResolution.ResolvedArtifact
-
- setArtifacts(List<Artifact>) - Method in class io.knotx.stack.utils.Cache.CacheEntry
-
- setCacheDisabled(boolean) - Method in class io.knotx.stack.model.StackResolutionOptions
-
Sets whether or not the cache is disabled.
- setCacheDisabledForSnapshots(boolean) - Method in class io.knotx.stack.model.StackResolutionOptions
-
Sets whether or not the cache is disabled for snapshot.
- setCacheFile(File) - Method in class io.knotx.stack.model.StackResolutionOptions
-
Sets the cache file location (json file).
- setCacheLocation(File) - Method in class io.knotx.stack.command.ResolveCommand
-
- setDirectory(String) - Method in class io.knotx.stack.command.ResolveCommand
-
- setDisableCache(boolean) - Method in class io.knotx.stack.command.ResolveCommand
-
- setDisableCacheForSnapshots(boolean) - Method in class io.knotx.stack.command.ResolveCommand
-
- setFailOnConflict(boolean) - Method in class io.knotx.stack.command.ResolveCommand
-
- setFailOnConflicts(boolean) - Method in class io.knotx.stack.model.StackResolutionOptions
-
Sets whether or not the resolution should fail on conflicts.
- setGacv(String) - Method in class io.knotx.stack.utils.Cache.CacheEntry
-
- setHttpProxy(String) - Method in class io.knotx.stack.command.ResolveCommand
-
- setHttpProxy(String) - Method in class io.knotx.stack.model.StackResolutionOptions
-
- setHttpProxy(String) - Method in class io.knotx.stack.resolver.ResolverOptions
-
Sets the address of the proxy used for HTTP requests.
- setHttpsProxy(String) - Method in class io.knotx.stack.command.ResolveCommand
-
- setHttpsProxy(String) - Method in class io.knotx.stack.model.StackResolutionOptions
-
- setHttpsProxy(String) - Method in class io.knotx.stack.resolver.ResolverOptions
-
Sets the address of the proxy used for HTTPS requests.
- setIncluded(boolean) - Method in class io.knotx.stack.model.Dependency
-
Sets whether or not the dependency is included.
- setInsertionTime(long) - Method in class io.knotx.stack.utils.Cache.CacheEntry
-
- setLocalRepository(String) - Method in class io.knotx.stack.command.ResolveCommand
-
- setLocalRepository(String) - Method in class io.knotx.stack.model.StackResolutionOptions
-
- setLocalRepository(String) - Method in class io.knotx.stack.resolver.ResolverOptions
-
Sets the path to the local Maven repository.
- setOptional(boolean) - Method in class io.knotx.stack.model.Dependency
-
Not supported property, as the concept of 'optional' does not make sense when building a stack.
- setOptions(ResolutionOptions) - Method in class io.knotx.stack.utils.Cache.CacheEntry
-
- setRemoteRepositories(List<String>) - Method in class io.knotx.stack.command.ResolveCommand
-
- setRemoteRepositories(List<String>) - Method in class io.knotx.stack.model.StackResolutionOptions
-
- setRemoteRepositories(List<String>) - Method in class io.knotx.stack.resolver.ResolverOptions
-
Sets the list of remote repositories used by the resolver.
- setSelectedVersion(String) - Method in class io.knotx.stack.model.StackResolution.ResolvedArtifact
-
- setStackDescriptor(String) - Method in class io.knotx.stack.command.ResolveCommand
-
- setTransitive(boolean) - Method in class io.knotx.stack.model.Dependency
-
Sets whether or not the dependency resolution also resolves the transitive dependencies.
- setWithTransitive(boolean) - Method in class io.knotx.stack.resolver.ResolutionOptions
-
Sets whether or not the resolution of the dependency should include the transitive dependencies.
- size() - Method in class io.knotx.stack.utils.Cache
-
- skip(Artifact) - Static method in class io.knotx.stack.utils.Actions
-
Action denoting that nothing needs to be done for the given artifact.
- Stack - Class in io.knotx.stack.model
-
Represents a stack.
- Stack() - Constructor for class io.knotx.stack.model.Stack
-
- StackResolution - Class in io.knotx.stack.model
-
Object responsible for resolving a stack.
- StackResolution(Stack, File, StackResolutionOptions) - Constructor for class io.knotx.stack.model.StackResolution
-
- StackResolution.ResolvedArtifact - Class in io.knotx.stack.model
-
Represents a resolved artifact.
- StackResolutionOptions - Class in io.knotx.stack.model
-
The options configuring the stack resolution.
- StackResolutionOptions() - Constructor for class io.knotx.stack.model.StackResolutionOptions
-