跳过导航链接
C G I L M O R S T V 

C

CommonLauncher - org.frameworkset.runtime中的类
Title: Launcher.java Description: bboss workgroup Copyright (c) 2008
CommonLauncher() - 类 的构造器org.frameworkset.runtime.CommonLauncher
 

G

getBooleanAttribute(String) - 类 中的静态方法org.frameworkset.runtime.CommonLauncher
 
getBooleanAttribute(String, Boolean) - 类 中的静态方法org.frameworkset.runtime.CommonLauncher
 
getHostname() - 类 中的静态方法org.frameworkset.runtime.CommonLauncher
Determine the hostname of the machine is running on
getIntProperty(String, String) - 类 中的静态方法org.frameworkset.runtime.CommonLauncher
先从配置文件获取属性,如果配置文件中没有,则从系统jvm变量中取,如果系统变量中没有,则采用默认值
getIntProperty(String) - 类 中的静态方法org.frameworkset.runtime.CommonLauncher
先从配置文件获取属性,如果配置文件中没有,则从系统jvm变量中取,如果系统变量中没有,则采用默认值
getIntProperty(String, Integer) - 类 中的静态方法org.frameworkset.runtime.CommonLauncher
先从配置文件获取属性,如果配置文件中没有,则从系统jvm变量中取,如果系统变量中没有,则采用默认值
getIPAddress() - 类 中的静态方法org.frameworkset.runtime.CommonLauncher
Determins the IP address of the machine is running on.
getIPAddress(String) - 类 中的静态方法org.frameworkset.runtime.CommonLauncher
Get the primary IP address tied to a network interface (excluding loop-back etc)
getLongAttribute(String) - 类 中的静态方法org.frameworkset.runtime.CommonLauncher
 
getLongAttribute(String, Long) - 类 中的静态方法org.frameworkset.runtime.CommonLauncher
 
getMACAddress() - 类 中的静态方法org.frameworkset.runtime.CommonLauncher
Tries to determine the MAC address of the machine is running on.
getOS() - 类 中的静态方法org.frameworkset.runtime.OSInfo
 
getOSname() - 类 中的静态方法org.frameworkset.runtime.OSInfo
获取操作系统名字
getProcessID() - 类 中的静态方法org.frameworkset.runtime.CommonLauncher
 
getProperty(String) - 类 中的静态方法org.frameworkset.runtime.CommonLauncher
 
getProperty(String, String) - 类 中的静态方法org.frameworkset.runtime.CommonLauncher
 
getProperty(String, boolean) - 类 中的静态方法org.frameworkset.runtime.CommonLauncher
 
getProperty(String, String, boolean) - 类 中的静态方法org.frameworkset.runtime.CommonLauncher
先从配置文件获取属性,如果配置文件中没有,则从系统jvm变量中取,如果系统变量中没有,则采用默认值
getShortAttribute(String) - 类 中的静态方法org.frameworkset.runtime.CommonLauncher
 
getShortAttribute(String, Short) - 类 中的静态方法org.frameworkset.runtime.CommonLauncher
 

I

isAix() - 类 中的静态方法org.frameworkset.runtime.OSInfo
 
isDigitalUnix() - 类 中的静态方法org.frameworkset.runtime.OSInfo
 
isEmpty(String) - 类 中的静态方法org.frameworkset.runtime.CommonLauncher
 
isFreeBSD() - 类 中的静态方法org.frameworkset.runtime.OSInfo
 
isHPUX() - 类 中的静态方法org.frameworkset.runtime.OSInfo
 
isIrix() - 类 中的静态方法org.frameworkset.runtime.OSInfo
 
isLinux() - 类 中的静态方法org.frameworkset.runtime.OSInfo
 
isMacOS() - 类 中的静态方法org.frameworkset.runtime.OSInfo
 
isMacOSX() - 类 中的静态方法org.frameworkset.runtime.OSInfo
 
isMPEiX() - 类 中的静态方法org.frameworkset.runtime.OSInfo
 
isNetWare() - 类 中的静态方法org.frameworkset.runtime.OSInfo
 
isOpenVMS() - 类 中的静态方法org.frameworkset.runtime.OSInfo
 
isOS2() - 类 中的静态方法org.frameworkset.runtime.OSInfo
 
isOS390() - 类 中的静态方法org.frameworkset.runtime.OSInfo
 
isOSF1() - 类 中的静态方法org.frameworkset.runtime.OSInfo
 
isSolaris() - 类 中的静态方法org.frameworkset.runtime.OSInfo
 
isSpace(char) - 类 中的静态方法org.frameworkset.runtime.CommonLauncher
Determines whether or not a character is considered a space.
isSunOS() - 类 中的静态方法org.frameworkset.runtime.OSInfo
 
isWindows() - 类 中的静态方法org.frameworkset.runtime.OSInfo
 

L

loadPlugins(File, File, File, File, File) - 类 中的静态方法org.frameworkset.runtime.CommonLauncher
 
ltrim(String) - 类 中的静态方法org.frameworkset.runtime.CommonLauncher
Left trim: remove spaces to the left of a String.

M

main(String[]) - 类 中的静态方法org.frameworkset.runtime.CommonLauncher
 
main(String[]) - 类 中的静态方法org.frameworkset.runtime.OSInfo
 
mainclass - 类 中的静态变量org.frameworkset.runtime.CommonLauncher
 

O

org.frameworkset.runtime - 程序包 org.frameworkset.runtime
 
OSInfo - org.frameworkset.runtime中的类
Description: Copyright (c) 2020
OSInfo.EPlatform - org.frameworkset.runtime中的枚举
 

R

rightPad(String, int) - 类 中的静态方法org.frameworkset.runtime.CommonLauncher
Right pad a string: adds spaces to a string until a certain length.
rightPad(StringBuilder, int) - 类 中的静态方法org.frameworkset.runtime.CommonLauncher
Right pad a StringBuffer: adds spaces to a string until a certain length.
rtrim(String) - 类 中的静态方法org.frameworkset.runtime.CommonLauncher
Right trim: remove spaces to the right of a string
run(String[]) - 类 中的静态方法org.frameworkset.runtime.CommonLauncher
 
run() - 类 中的方法org.frameworkset.runtime.StreamGobbler
 

S

StreamGobbler - org.frameworkset.runtime中的类
 
StreamGobbler(InputStream, String, OutputStream) - 类 的构造器org.frameworkset.runtime.StreamGobbler
 

T

toString() - 枚举 中的方法org.frameworkset.runtime.OSInfo.EPlatform
 
trim(String) - 类 中的静态方法org.frameworkset.runtime.CommonLauncher
Trims a string: removes the leading and trailing spaces of a String.

V

valueOf(String) - 枚举 中的静态方法org.frameworkset.runtime.OSInfo.EPlatform
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法org.frameworkset.runtime.OSInfo.EPlatform
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
C G I L M O R S T V 
跳过导航链接