Skip navigation links
C G I L M O R S T 

C

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

G

getBooleanAttribute(String) - Static method in class org.frameworkset.runtime.CommonLauncher
 
getBooleanAttribute(String, Boolean) - Static method in class org.frameworkset.runtime.CommonLauncher
 
getHostname() - Static method in class org.frameworkset.runtime.CommonLauncher
Determine the hostname of the machine Kettle is running on
getIntProperty(String, String) - Static method in class org.frameworkset.runtime.CommonLauncher
先从配置文件获取属性,如果配置文件中没有,则从系统jvm变量中取,如果系统变量中没有,则采用默认值
getIntProperty(String) - Static method in class org.frameworkset.runtime.CommonLauncher
先从配置文件获取属性,如果配置文件中没有,则从系统jvm变量中取,如果系统变量中没有,则采用默认值
getIntProperty(String, Integer) - Static method in class org.frameworkset.runtime.CommonLauncher
先从配置文件获取属性,如果配置文件中没有,则从系统jvm变量中取,如果系统变量中没有,则采用默认值
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)
getLongAttribute(String) - Static method in class org.frameworkset.runtime.CommonLauncher
 
getLongAttribute(String, Long) - Static method in class org.frameworkset.runtime.CommonLauncher
 
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
getProcessID() - Static method in class org.frameworkset.runtime.CommonLauncher
 
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
先从配置文件获取属性,如果配置文件中没有,则从系统jvm变量中取,如果系统变量中没有,则采用默认值
getShortAttribute(String) - Static method in class org.frameworkset.runtime.CommonLauncher
 
getShortAttribute(String, Short) - 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(StringBuilder, 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
 
run() - Method in class org.frameworkset.runtime.StreamGobbler
 

S

StreamGobbler - Class in org.frameworkset.runtime
 
StreamGobbler(InputStream, String, OutputStream) - Constructor for class org.frameworkset.runtime.StreamGobbler
 

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 S T 
Skip navigation links