Skip navigation links
C G I L M O R T 

C

CommonLauncher - Class in org.frameworkset.runtime
Title: Launcher.java
CommonLauncher() - Constructor for class org.frameworkset.runtime.CommonLauncher
 

G

getHostname() - Static method in class org.frameworkset.runtime.CommonLauncher
Determine the hostname of the machine Kettle is running on
getIPAddress() - Static method in class org.frameworkset.runtime.CommonLauncher
Determins the IP address of the machine Kettle is running on.
getIPAddress(String) - Static method in class org.frameworkset.runtime.CommonLauncher
Get the primary IP address tied to a network interface (excluding loop-back etc)
getMACAddress() - Static method in class org.frameworkset.runtime.CommonLauncher
Tries to determine the MAC address of the machine Kettle is running on.
getOS() - Static method in class org.frameworkset.runtime.CommonLauncher
determine the OS name
getProperty(String) - Static method in class org.frameworkset.runtime.CommonLauncher
 
getProperty(String, String) - Static method in class org.frameworkset.runtime.CommonLauncher
 
getProperty(String, boolean) - Static method in class org.frameworkset.runtime.CommonLauncher
 
getProperty(String, String, boolean) - Static method in class org.frameworkset.runtime.CommonLauncher
 

I

isEmpty(String) - Static method in class org.frameworkset.runtime.CommonLauncher
 
isLinux() - Static method in class org.frameworkset.runtime.CommonLauncher
 
isOSX() - Static method in class org.frameworkset.runtime.CommonLauncher
 
isSpace(char) - Static method in class org.frameworkset.runtime.CommonLauncher
Determines whether or not a character is considered a space.
isWindows() - Static method in class org.frameworkset.runtime.CommonLauncher
 

L

loadPlugins(File, File, File, File, File) - Static method in class org.frameworkset.runtime.CommonLauncher
 
ltrim(String) - Static method in class org.frameworkset.runtime.CommonLauncher
Left trim: remove spaces to the left of a String.

M

main(String[]) - Static method in class org.frameworkset.runtime.CommonLauncher
 
mainclass - Static variable in class org.frameworkset.runtime.CommonLauncher
 

O

org.frameworkset.runtime - package org.frameworkset.runtime
 

R

rightPad(String, int) - Static method in class org.frameworkset.runtime.CommonLauncher
Right pad a string: adds spaces to a string until a certain length.
rightPad(StringBuffer, int) - Static method in class org.frameworkset.runtime.CommonLauncher
Right pad a StringBuffer: adds spaces to a string until a certain length.
rtrim(String) - Static method in class org.frameworkset.runtime.CommonLauncher
Right trim: remove spaces to the right of a string
run(String[]) - Static method in class org.frameworkset.runtime.CommonLauncher
 

T

trim(String) - Static method in class org.frameworkset.runtime.CommonLauncher
Trims a string: removes the leading and trailing spaces of a String.
C G I L M O R T 
Skip navigation links