A B C D E F G H I J K L M N O P R S T U V 

A

addArgs(String...) - Method in class io.fabric8.jube.process.support.command.Command
 
addArgs(Iterable<String>) - Method in class io.fabric8.jube.process.support.command.Command
 
addEnvironment(String, String) - Method in class io.fabric8.jube.process.support.command.Command
 
addEnvironment(Map<String, String>) - Method in class io.fabric8.jube.process.support.command.Command
 
addRedeployReason(String) - Method in class io.fabric8.jube.process.InstallContext
Adds a change description as a reason for redeploying an installation
addRestartReason(String) - Method in class io.fabric8.jube.process.InstallContext
Adds a change description as a reason for restarting an installation
addRestartReason(File) - Method in class io.fabric8.jube.process.InstallContext
Adds a modified or deleted file as a reason for restarting an installation
allocatePortNumber(InstallOptions, File, String, String) - Method in class io.fabric8.jube.process.service.ProcessManagerService
 
allocatePorts(InstallOptions, File) - Method in class io.fabric8.jube.process.service.ProcessManagerService
 
apply(Map<String, byte[]>) - Method in enum io.fabric8.jube.process.support.ByteToStringValues
 
apply(String) - Method in class io.fabric8.jube.process.support.LayOutPredicate
 
artifactId(String) - Method in class io.fabric8.jube.process.InstallOptions.InstallOptionsBuilder
 

B

build() - Method in class io.fabric8.jube.process.InstallOptions.InstallOptionsBuilder
 
builder() - Static method in class io.fabric8.jube.process.InstallOptions
 
ByteToStringValues - Enum in io.fabric8.jube.process.support
 

C

classifier(String) - Method in class io.fabric8.jube.process.InstallOptions.InstallOptionsBuilder
 
combine(InstallTask, InstallTask) - Static method in class io.fabric8.jube.process.support.CompositeTask
Returns a combined task of task1 and task2 if they are both not null.
Command - Class in io.fabric8.jube.process.support.command
 
Command(String...) - Constructor for class io.fabric8.jube.process.support.command.Command
 
Command(List<String>, Set<Integer>, File, Map<String, String>, Duration) - Constructor for class io.fabric8.jube.process.support.command.Command
 
CommandFailedException - Exception in io.fabric8.jube.process.support.command
 
CommandFailedException(Command, String, Throwable) - Constructor for exception io.fabric8.jube.process.support.command.CommandFailedException
 
CommandFailedException(Command, int, String) - Constructor for exception io.fabric8.jube.process.support.command.CommandFailedException
 
CommandTimeoutException - Exception in io.fabric8.jube.process.support.command
 
CommandTimeoutException(Command) - Constructor for exception io.fabric8.jube.process.support.command.CommandTimeoutException
 
compareTo(Duration) - Method in class io.fabric8.jube.process.support.command.Duration
 
CompositeTask - Class in io.fabric8.jube.process.support
 
CompositeTask(InstallTask...) - Constructor for class io.fabric8.jube.process.support.CompositeTask
 
ConfigHelper - Class in io.fabric8.jube.process.config
Helper methods for working with the environment configuration
configure() - Method in interface io.fabric8.jube.process.ProcessController
 
configure() - Method in class io.fabric8.jube.process.support.DefaultProcessController
 
convertTo(TimeUnit) - Method in class io.fabric8.jube.process.support.command.Duration
 
createChangeInfo(File) - Method in class io.fabric8.jube.process.InstallContext
 
createChangeInfo(File, Long) - Method in class io.fabric8.jube.process.InstallContext
 
createController(String, ProcessConfig, File, File) - Method in class io.fabric8.jube.process.service.ProcessManagerService
 
createControllerConfigFile(File) - Static method in class io.fabric8.jube.process.config.ConfigHelper
 
createDefaultDownloadStrategy() - Method in class io.fabric8.jube.process.service.ProcessManagerService
 
createInstallation(OpenMavenURL, String, File, ProcessConfig) - Method in class io.fabric8.jube.process.service.ProcessManagerService
 
createInstallDir(String) - Method in class io.fabric8.jube.process.service.ProcessManagerService
 
createNextId(InstallOptions) - Method in class io.fabric8.jube.process.service.ProcessManagerService
Returns the next process ID

D

DEFAULT_EXTRACT_CMD - Static variable in class io.fabric8.jube.process.InstallOptions
 
DefaultProcessController - Class in io.fabric8.jube.process.support
A default implementation of ProcessController which assumes a launch script which takes operations as the first argument such as for the Init Script Actions spec
DefaultProcessController(String, ProcessConfig, File, File) - Constructor for class io.fabric8.jube.process.support.DefaultProcessController
 
downloadContent(OpenMavenURL, File) - Method in interface io.fabric8.jube.process.DownloadStrategy
Returns the newly created File inside the installDir for the given sourceUrl
DownloadResourcesTask - Class in io.fabric8.jube.process.support
Downloads the given resources from a map of relative path -> URL mappings
DownloadResourcesTask(Map<String, String>) - Constructor for class io.fabric8.jube.process.support.DownloadResourcesTask
 
DownloadStrategy - Interface in io.fabric8.jube.process
A Strategy for how a distribution URL is to be downloaded and installed into the install directory
downloadStrategy(DownloadStrategy) - Method in class io.fabric8.jube.process.InstallOptions.InstallOptionsBuilder
 
Duration - Class in io.fabric8.jube.process.support.command
 
Duration(double, TimeUnit) - Constructor for class io.fabric8.jube.process.support.command.Duration
 

E

environment(Map<String, String>) - Method in class io.fabric8.jube.process.InstallOptions.InstallOptionsBuilder
 
equals(Object) - Method in class io.fabric8.jube.process.config.ProcessConfig
 
equals(Object) - Method in class io.fabric8.jube.process.InstallOptions
 
equals(Object) - Method in class io.fabric8.jube.process.support.command.Command
 
equals(Object) - Method in class io.fabric8.jube.process.support.command.Duration
 
excludeDependencyFilterPatterns(String...) - Method in class io.fabric8.jube.process.InstallOptions.InstallOptionsBuilder
 
execute(Executor) - Method in class io.fabric8.jube.process.support.command.Command
 
exited() - Method in exception io.fabric8.jube.process.support.command.CommandFailedException
 
exportInstallDirEnvVar(InstallOptions, File, InstallContext, ProcessConfig) - Method in class io.fabric8.jube.process.service.ProcessManagerService
 
extension(String) - Method in class io.fabric8.jube.process.InstallOptions.InstallOptionsBuilder
 
extractArchive(File, File, String, Duration, Executor) - Static method in class io.fabric8.jube.process.support.FileUtils
 

F

FileUtils - Class in io.fabric8.jube.process.support
File utilities.
findInstallDir(File) - Static method in class io.fabric8.jube.process.support.ProcessUtils
Lets find the install dir, which may be the root dir or could be a child directory (as typically untarring will create a new child directory)

G

getActivePid() - Method in class io.fabric8.jube.process.Installation
Returns the PID for the process; checking first if its still active.
getArtifactId() - Method in class io.fabric8.jube.process.InstallOptions.InstallOptionsBuilder
 
getBaseDir() - Method in class io.fabric8.jube.process.support.DefaultProcessController
 
getClassifier() - Method in class io.fabric8.jube.process.InstallOptions.InstallOptionsBuilder
 
getCommand() - Method in class io.fabric8.jube.process.support.command.Command
 
getCommand() - Method in exception io.fabric8.jube.process.support.command.CommandFailedException
 
getConfig() - Method in interface io.fabric8.jube.process.ProcessController
 
getConfig() - Method in class io.fabric8.jube.process.support.DefaultProcessController
 
getConfigureCommand() - Method in class io.fabric8.jube.process.config.ProcessConfig
 
getController() - Method in class io.fabric8.jube.process.Installation
 
getDeployPath() - Method in class io.fabric8.jube.process.config.ProcessConfig
 
getDirectory() - Method in class io.fabric8.jube.process.support.command.Command
 
getDownloadStrategy() - Method in class io.fabric8.jube.process.InstallOptions
 
getDownloadStrategy() - Method in class io.fabric8.jube.process.InstallOptions.InstallOptionsBuilder
 
getDownloadStrategy(InstallOptions) - Method in class io.fabric8.jube.process.service.ProcessManagerService
 
getEnvironment() - Method in class io.fabric8.jube.process.config.ProcessConfig
 
getEnvironment() - Method in class io.fabric8.jube.process.Installation
 
getEnvironment() - Method in class io.fabric8.jube.process.InstallOptions
 
getEnvironment() - Method in class io.fabric8.jube.process.InstallOptions.InstallOptionsBuilder
 
getEnvironment() - Method in class io.fabric8.jube.process.support.command.Command
 
getExcludeDependencyFilterPatterns() - Method in class io.fabric8.jube.process.InstallOptions
 
getExcludeDependencyFilterPatterns() - Method in class io.fabric8.jube.process.InstallOptions.InstallOptionsBuilder
 
getExecutor() - Method in interface io.fabric8.jube.process.ProcessManager
 
getExecutor() - Method in class io.fabric8.jube.process.service.ProcessManagerService
 
getExecutor() - Method in class io.fabric8.jube.process.support.DefaultProcessController
 
getExitCode() - Method in exception io.fabric8.jube.process.support.command.CommandFailedException
 
getExtension() - Method in class io.fabric8.jube.process.InstallOptions.InstallOptionsBuilder
 
getGroupId() - Method in class io.fabric8.jube.process.InstallOptions.InstallOptionsBuilder
 
getId() - Method in class io.fabric8.jube.process.Installation
 
getId() - Method in class io.fabric8.jube.process.InstallOptions
 
getId() - Method in class io.fabric8.jube.process.InstallOptions.InstallOptionsBuilder
 
getInstallation(String) - Method in interface io.fabric8.jube.process.ProcessManager
Returns the installation for the given ID or null if the installation does not exist
getInstallation(String) - Method in class io.fabric8.jube.process.service.ProcessManagerService
 
getInstallationCount() - Method in class io.fabric8.jube.process.service.ProcessManagerService
 
getInstallationIds() - Method in class io.fabric8.jube.process.service.ProcessManagerService
 
getInstallCommands() - Method in class io.fabric8.jube.process.config.ProcessConfig
 
getInstallDir() - Method in class io.fabric8.jube.process.Installation
 
getInstallDir() - Method in class io.fabric8.jube.process.InstallContext
 
getJarFiles() - Method in class io.fabric8.jube.process.InstallOptions
 
getJarFiles() - Method in class io.fabric8.jube.process.InstallOptions.InstallOptionsBuilder
 
getJvmOptions() - Method in class io.fabric8.jube.process.InstallOptions
 
getJvmOptions() - Method in class io.fabric8.jube.process.InstallOptions.InstallOptionsBuilder
 
getKillCommand() - Method in class io.fabric8.jube.process.config.ProcessConfig
 
getLaunchScript() - Method in class io.fabric8.jube.process.config.ProcessConfig
 
getLaunchScript() - Method in class io.fabric8.jube.process.support.DefaultProcessController
 
getLocalHostName() - Static method in class io.fabric8.jube.process.service.ProcessManagerService
When using the InetAddress.getHostName() method in an environment where neither a proper DNS lookup nor an /etc/hosts entry exists for a given host, the following exception will be thrown: java.net.UnknownHostException: <hostname>: <hostname> at java.net.InetAddress.getLocalHost(InetAddress.java:1425) ...
getMainClass() - Method in class io.fabric8.jube.process.InstallOptions.InstallOptionsBuilder
 
getName() - Method in class io.fabric8.jube.process.config.ProcessConfig
 
getName() - Method in class io.fabric8.jube.process.Installation
 
getName() - Method in class io.fabric8.jube.process.InstallOptions
 
getName() - Method in class io.fabric8.jube.process.InstallOptions.InstallOptionsBuilder
 
getOptionalDependencyPatterns() - Method in class io.fabric8.jube.process.InstallOptions
 
getOptionalDependencyPatterns() - Method in class io.fabric8.jube.process.InstallOptions.InstallOptionsBuilder
 
getOutput() - Method in exception io.fabric8.jube.process.support.command.CommandFailedException
 
getPid() - Method in interface io.fabric8.jube.process.ProcessController
 
getPid() - Method in class io.fabric8.jube.process.support.DefaultProcessController
 
getPidFile() - Method in class io.fabric8.jube.process.config.ProcessConfig
 
getProperties() - Method in class io.fabric8.jube.process.InstallOptions
 
getProperties() - Method in class io.fabric8.jube.process.InstallOptions.InstallOptionsBuilder
 
getRedeployReasons() - Method in class io.fabric8.jube.process.InstallContext
 
getRestartCommand() - Method in class io.fabric8.jube.process.config.ProcessConfig
 
getRestartReasons() - Method in class io.fabric8.jube.process.InstallContext
 
getSharedLibraryPath() - Method in class io.fabric8.jube.process.config.ProcessConfig
 
getStartCommand() - Method in class io.fabric8.jube.process.config.ProcessConfig
 
getStatusCommand() - Method in class io.fabric8.jube.process.config.ProcessConfig
 
getStopCommand() - Method in class io.fabric8.jube.process.config.ProcessConfig
 
getStorageLocation() - Method in class io.fabric8.jube.process.service.ProcessManagerService
 
getSuccessfulExitCodes() - Method in class io.fabric8.jube.process.support.command.Command
 
getTimeLimit() - Method in class io.fabric8.jube.process.support.command.Command
 
getUrl() - Method in class io.fabric8.jube.process.Installation
 
getUrl() - Method in class io.fabric8.jube.process.InstallOptions
 
getUrl() - Method in class io.fabric8.jube.process.InstallOptions.InstallOptionsBuilder
 
getVersion() - Method in class io.fabric8.jube.process.InstallOptions.InstallOptionsBuilder
 
groupId(String) - Method in class io.fabric8.jube.process.InstallOptions.InstallOptionsBuilder
 

H

hashCode() - Method in class io.fabric8.jube.process.config.ProcessConfig
 
hashCode() - Method in class io.fabric8.jube.process.InstallOptions
 
hashCode() - Method in class io.fabric8.jube.process.support.command.Command
 
hashCode() - Method in class io.fabric8.jube.process.support.command.Duration
 

I

id(String) - Method in class io.fabric8.jube.process.InstallOptions.InstallOptionsBuilder
 
install(InstallContext, ProcessConfig, String, File) - Method in interface io.fabric8.jube.process.InstallTask
 
install() - Method in interface io.fabric8.jube.process.ProcessController
 
install(InstallOptions, InstallTask) - Method in interface io.fabric8.jube.process.ProcessManager
Installs a process with an optional URL of the controller JSON together with an optional install step
install(InstallOptions, InstallTask) - Method in class io.fabric8.jube.process.service.ProcessManagerService
 
install(InstallContext, ProcessConfig, String, File) - Method in class io.fabric8.jube.process.support.CompositeTask
 
install() - Method in class io.fabric8.jube.process.support.DefaultProcessController
 
install(InstallContext, ProcessConfig, String, File) - Method in class io.fabric8.jube.process.support.DownloadResourcesTask
 
install(InstallContext, ProcessConfig, String, File) - Method in class io.fabric8.jube.process.support.RemoveFilesTask
 
Installation - Class in io.fabric8.jube.process
Represents a locally installed managed process.
Installation(OpenMavenURL, String, File, ProcessController, ProcessConfig) - Constructor for class io.fabric8.jube.process.Installation
 
InstallContext - Class in io.fabric8.jube.process
The context used when performing an installation or update which has the ability to capture if a significant update is made.
InstallContext(File, boolean) - Constructor for class io.fabric8.jube.process.InstallContext
 
installExists(File) - Static method in class io.fabric8.jube.process.support.ProcessUtils
 
InstallOptions - Class in io.fabric8.jube.process
The parameters used to install a jar process
InstallOptions(String, String, OpenMavenURL, boolean, String[], String[], Map<String, Object>, Map<String, String>, String[], Map<String, File>, DownloadStrategy) - Constructor for class io.fabric8.jube.process.InstallOptions
 
InstallOptions.InstallOptionsBuilder<T extends InstallOptions.InstallOptionsBuilder> - Class in io.fabric8.jube.process
 
InstallOptions.InstallOptionsBuilder() - Constructor for class io.fabric8.jube.process.InstallOptions.InstallOptionsBuilder
 
InstallTask - Interface in io.fabric8.jube.process
Performs an installation step given the process configuration, id and install directory
installViaScript(InstallOptions, InstallTask) - Method in class io.fabric8.jube.process.service.ProcessManagerService
 
io.fabric8.jube.process - package io.fabric8.jube.process
 
io.fabric8.jube.process.config - package io.fabric8.jube.process.config
 
io.fabric8.jube.process.service - package io.fabric8.jube.process.service
 
io.fabric8.jube.process.support - package io.fabric8.jube.process.support
 
io.fabric8.jube.process.support.command - package io.fabric8.jube.process.support.command
 
isOffline() - Method in class io.fabric8.jube.process.InstallOptions.InstallOptionsBuilder
 
isOffline() - Method in class io.fabric8.jube.process.InstallOptions
 
isRedeployRequired() - Method in class io.fabric8.jube.process.InstallContext
 
isRestartRequired() - Method in class io.fabric8.jube.process.InstallContext
 
isUpdateMode() - Method in class io.fabric8.jube.process.InstallContext
 

J

jarFiles(Map<String, File>) - Method in class io.fabric8.jube.process.InstallOptions.InstallOptionsBuilder
 
jvmOptions(String...) - Method in class io.fabric8.jube.process.InstallOptions.InstallOptionsBuilder
 
jvmOptionsString(String) - Method in class io.fabric8.jube.process.InstallOptions.InstallOptionsBuilder
 

K

kill() - Method in interface io.fabric8.jube.process.ProcessController
 
kill() - Method in class io.fabric8.jube.process.support.DefaultProcessController
 

L

LayOutPredicate - Class in io.fabric8.jube.process.support
 
LayOutPredicate(String) - Constructor for class io.fabric8.jube.process.support.LayOutPredicate
 
listInstallationMap() - Method in interface io.fabric8.jube.process.ProcessManager
 
listInstallationMap() - Method in class io.fabric8.jube.process.service.ProcessManagerService
 
listInstallations() - Method in interface io.fabric8.jube.process.ProcessManager
Returns the current installed processes which may or may not be running right now
listInstallations() - Method in class io.fabric8.jube.process.service.ProcessManagerService
 
loadControllerJson(File, InstallOptions) - Method in class io.fabric8.jube.process.service.ProcessManagerService
 
loadProcessConfig(File) - Static method in class io.fabric8.jube.process.config.ConfigHelper
 
loadProcessConfig(File, InstallOptions) - Method in interface io.fabric8.jube.process.ProcessManager
 
loadProcessConfig(File, InstallOptions) - Method in class io.fabric8.jube.process.service.ProcessManagerService
 
logOutput(String) - Method in class io.fabric8.jube.process.support.command.Command
Logs output of the command to some console or file

M

mainClass(String) - Method in class io.fabric8.jube.process.InstallOptions.InstallOptionsBuilder
 
mainClass(Class) - Method in class io.fabric8.jube.process.InstallOptions.InstallOptionsBuilder
 

N

name(String) - Method in class io.fabric8.jube.process.InstallOptions.InstallOptionsBuilder
 
nanosSince(long) - Static method in class io.fabric8.jube.process.support.command.Duration
 

O

offline(boolean) - Method in class io.fabric8.jube.process.InstallOptions.InstallOptionsBuilder
 
onDeploymentFileWrite(String, File, FileChangeInfo, boolean) - Method in class io.fabric8.jube.process.InstallContext
Deploy a file; if its changed then lets force an update of the deployment checksums for this container
onFileWrite(File, FileChangeInfo) - Method in class io.fabric8.jube.process.InstallContext
After a file has been updated perform a check to see if the file really has changed to determine if we really need to restart an existing process
optionalDependencyPatterns(String...) - Method in class io.fabric8.jube.process.InstallOptions.InstallOptionsBuilder
 

P

ProcessConfig - Class in io.fabric8.jube.process.config
The configuration DTO stored as JSON so that the system can be restarted and remember how to run & control a managed process
ProcessConfig() - Constructor for class io.fabric8.jube.process.config.ProcessConfig
 
ProcessConfig(File) - Constructor for class io.fabric8.jube.process.config.ProcessConfig
 
ProcessController - Interface in io.fabric8.jube.process
Controls a process and provides API for executing basic commands against it.
ProcessManager - Interface in io.fabric8.jube.process
Returns the service used to install and control managed processes
ProcessManagerService - Class in io.fabric8.jube.process.service
 
ProcessManagerService(String) - Constructor for class io.fabric8.jube.process.service.ProcessManagerService
 
ProcessManagerService(File) - Constructor for class io.fabric8.jube.process.service.ProcessManagerService
 
ProcessManagerServiceMBean - Interface in io.fabric8.jube.process.service
 
ProcessUtils - Class in io.fabric8.jube.process.support
 
properties(Map<String, Object>) - Method in class io.fabric8.jube.process.InstallOptions.InstallOptionsBuilder
 

R

RemoveFilesTask - Class in io.fabric8.jube.process.support
Removes one or more files or directories from the distro after unpacking
RemoveFilesTask(String[]) - Constructor for class io.fabric8.jube.process.support.RemoveFilesTask
 
restart() - Method in interface io.fabric8.jube.process.ProcessController
 
restart() - Method in class io.fabric8.jube.process.support.DefaultProcessController
 
runCommand(Executor, File, String...) - Method in class io.fabric8.jube.process.config.ProcessConfig
 
runCommandLine(String) - Method in class io.fabric8.jube.process.support.DefaultProcessController
Converts a space separated command line into a Command and executes it
runConfigCommandValueOrLaunchScriptWith(String, String) - Method in class io.fabric8.jube.process.support.DefaultProcessController
 

S

saveProcessConfig(ProcessConfig, File) - Static method in class io.fabric8.jube.process.config.ConfigHelper
Writes the environment variables to the env.sh
setConfigureCommand(String) - Method in class io.fabric8.jube.process.config.ProcessConfig
 
setDeployPath(String) - Method in class io.fabric8.jube.process.config.ProcessConfig
 
setDirectory(String) - Method in class io.fabric8.jube.process.support.command.Command
 
setDirectory(File) - Method in class io.fabric8.jube.process.support.command.Command
 
setEnvironment(Map<String, String>) - Method in class io.fabric8.jube.process.config.ProcessConfig
 
setExecutor(Executor) - Method in class io.fabric8.jube.process.service.ProcessManagerService
 
setInstallCommands(List<String>) - Method in class io.fabric8.jube.process.config.ProcessConfig
 
setKillCommand(String) - Method in class io.fabric8.jube.process.config.ProcessConfig
 
setLaunchScript(String) - Method in class io.fabric8.jube.process.config.ProcessConfig
 
setName(String) - Method in class io.fabric8.jube.process.config.ProcessConfig
 
setPidFile(String) - Method in class io.fabric8.jube.process.config.ProcessConfig
 
setRestartCommand(String) - Method in class io.fabric8.jube.process.config.ProcessConfig
 
setSharedLibraryPath(String) - Method in class io.fabric8.jube.process.config.ProcessConfig
 
setStartCommand(String) - Method in class io.fabric8.jube.process.config.ProcessConfig
 
setStatusCommand(String) - Method in class io.fabric8.jube.process.config.ProcessConfig
 
setStopCommand(String) - Method in class io.fabric8.jube.process.config.ProcessConfig
 
setStorageLocation(File) - Method in class io.fabric8.jube.process.service.ProcessManagerService
 
setSuccessfulExitCodes(int...) - Method in class io.fabric8.jube.process.support.command.Command
 
setSuccessfulExitCodes(Set<Integer>) - Method in class io.fabric8.jube.process.support.command.Command
 
setTimeLimit(double, TimeUnit) - Method in class io.fabric8.jube.process.support.command.Command
 
setTimeLimit(Duration) - Method in class io.fabric8.jube.process.support.command.Command
 
splitCommands(String) - Static method in class io.fabric8.jube.process.support.FileUtils
Splits the given command into an array of arguments.
start() - Method in interface io.fabric8.jube.process.ProcessController
 
start() - Method in class io.fabric8.jube.process.support.DefaultProcessController
 
status() - Method in interface io.fabric8.jube.process.ProcessController
 
status() - Method in class io.fabric8.jube.process.support.DefaultProcessController
 
stop() - Method in interface io.fabric8.jube.process.ProcessController
 
stop() - Method in class io.fabric8.jube.process.support.DefaultProcessController
 
substituteEnvironmentVariableExpressions(Map<String, String>, Map<String, String>) - Static method in class io.fabric8.jube.process.service.ProcessManagerService
 

T

toCommand(String) - Method in class io.fabric8.jube.process.config.ProcessConfig
Converts the command name to the operating system specific commadn that should be used.
toMillis() - Method in class io.fabric8.jube.process.support.command.Duration
 
toString() - Method in class io.fabric8.jube.process.Installation
 
toString() - Method in class io.fabric8.jube.process.InstallOptions
 
toString() - Method in class io.fabric8.jube.process.service.ProcessManagerService
 
toString() - Method in class io.fabric8.jube.process.support.command.Command
 
toString() - Method in class io.fabric8.jube.process.support.command.Duration
 
toString(TimeUnit) - Method in class io.fabric8.jube.process.support.command.Duration
 
toString() - Method in class io.fabric8.jube.process.support.DefaultProcessController
 

U

uninstall() - Method in interface io.fabric8.jube.process.ProcessController
 
uninstall(Installation) - Method in interface io.fabric8.jube.process.ProcessManager
Uninstalls the given installation
uninstall(Installation) - Method in class io.fabric8.jube.process.service.ProcessManagerService
 
uninstall() - Method in class io.fabric8.jube.process.support.DefaultProcessController
 
url(OpenMavenURL) - Method in class io.fabric8.jube.process.InstallOptions.InstallOptionsBuilder
 

V

valueOf(String) - Static method in enum io.fabric8.jube.process.support.ByteToStringValues
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class io.fabric8.jube.process.support.command.Duration
 
values() - Static method in enum io.fabric8.jube.process.support.ByteToStringValues
Returns an array containing the constants of this enum type, in the order they are declared.
version(String) - Method in class io.fabric8.jube.process.InstallOptions.InstallOptionsBuilder
 
A B C D E F G H I J K L M N O P R S T U V 

Copyright © 2014 Red Hat. All Rights Reserved.