- CARBON_COMPONENTS_DIR_PATH - Static variable in class org.wso2.carbon.server.LauncherConstants
-
- CARBON_CONFIG_DIR_PATH - Static variable in class org.wso2.carbon.server.LauncherConstants
-
- CARBON_DROPINS_DIR_PATH - Static variable in class org.wso2.carbon.server.LauncherConstants
-
- CARBON_EXTENSIONS_DRI_PATH - Static variable in class org.wso2.carbon.server.LauncherConstants
-
- CARBON_EXTERNAL_LIB_DIR_PATH - Static variable in class org.wso2.carbon.server.LauncherConstants
-
- CARBON_HOME - Static variable in class org.wso2.carbon.server.LauncherConstants
-
- CARBON_INTERNAL_LIB_DIR_PATH - Static variable in class org.wso2.carbon.server.LauncherConstants
-
- CARBON_PATCHES_DIR_PATH - Static variable in class org.wso2.carbon.server.LauncherConstants
-
- CARBON_SERVICEPACKS_DIR_PATH - Static variable in class org.wso2.carbon.server.LauncherConstants
-
- CarbonLauncher - Class in org.wso2.carbon.server
-
Responsible for launching the Carbon server by launching Equinox OSGi framework.
- CarbonLauncher() - Constructor for class org.wso2.carbon.server.CarbonLauncher
-
- CarbonLaunchExtension - Interface in org.wso2.carbon.server
-
This interface allows people to write custom extension which should be executed just before launching the Carbon
Server.
- checkMD5Checksum(Map<String, JarInfo>, File, boolean) - Static method in class org.wso2.carbon.server.util.PatchUtils
-
- checkUpdatedJars(Map<String, JarInfo>) - Static method in class org.wso2.carbon.server.util.PatchUtils
-
- ChildFirstURLClassLoader - Class in org.wso2.carbon.server
-
- ChildFirstURLClassLoader(URL[]) - Constructor for class org.wso2.carbon.server.ChildFirstURLClassLoader
-
- ChildFirstURLClassLoader(URL[], ClassLoader) - Constructor for class org.wso2.carbon.server.ChildFirstURLClassLoader
-
- ChildFirstURLClassLoader(URL[], ClassLoader, URLStreamHandlerFactory) - Constructor for class org.wso2.carbon.server.ChildFirstURLClassLoader
-
- clearPrefixedSystemProperties(String, Map<String, String>) - Static method in class org.wso2.carbon.server.util.Utils
-
clearPrefixedSystemProperties clears System Properties by writing null properties in
the targetPropertyMap that match a prefix
- closeQuietly(OutputStream) - Static method in class org.wso2.carbon.server.util.FileUtils
-
Unconditionally close an OutputStream.
- closeQuietly(InputStream) - Static method in class org.wso2.carbon.server.util.FileUtils
-
Unconditionally close an InputStream.
- COMMAND_CLEAN_REGISTRY - Static variable in class org.wso2.carbon.server.LauncherConstants
-
- COMMAND_HELP - Static variable in class org.wso2.carbon.server.LauncherConstants
-
- CONFIG_EXTENDED_FRAMEWORK_EXPORTS - Static variable in class org.wso2.carbon.server.LauncherConstants
-
- copy(InputStream, OutputStream) - Static method in class org.wso2.carbon.server.util.FileUtils
-
Copy bytes from an InputStream to an
OutputStream.
- copyDirectory(File, File) - Static method in class org.wso2.carbon.server.util.FileUtils
-
Copies a whole directory to a new location preserving the file dates.
- copyDirectory(File, File, boolean) - Static method in class org.wso2.carbon.server.util.FileUtils
-
Copies a whole directory to a new location.
- copyFile(File, File, boolean) - Static method in class org.wso2.carbon.server.util.FileUtils
-
Copy file method.
- copyFile(File, File) - Static method in class org.wso2.carbon.server.util.Utils
-
Copies src file to dst file.
- copyFileToDir(File, File) - Static method in class org.wso2.carbon.server.util.Utils
-
Copies src file to dst directory.
- copyLatestServicepack(File, File, BufferedWriter) - Static method in class org.wso2.carbon.server.util.PatchUtils
-
This will copy jar files on servicepacks to plugins directory
- createBundle(File, File, Manifest, String) - Static method in class org.wso2.carbon.server.util.Utils
-
Create an OSGi bundle out of a JAR file
- createBundle(File, File, Manifest) - Static method in class org.wso2.carbon.server.util.Utils
-
Create an OSGi bundle out of a JAR file