A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

Addon - Class in org.exoplatform.platform.am
AddonAlreadyInstalledException - Class in org.exoplatform.platform.am.ex
@author Arnaud Héritier
AddonAlreadyInstalledException(Addon) - Constructor in AddonAlreadyInstalledException
AddonDescribeService - Class in org.exoplatform.platform.am
All services to describe add-ons
AddonInstallService - Class in org.exoplatform.platform.am
All services to install add-ons
AddonListService - Class in org.exoplatform.platform.am
All services related to list add-ons
AddonNotFoundException - Class in org.exoplatform.platform.am.ex
@author Arnaud Héritier
AddonNotFoundException(String, String) - Constructor in AddonNotFoundException
AddonNotInstalledException - Class in org.exoplatform.platform.am.ex
@author Arnaud Héritier
AddonService - Class in org.exoplatform.platform.am
All services related to add-ons
AddonsManagerConstants - Class in org.exoplatform.platform.am
Misc constants
AddonsManagerException - Class in org.exoplatform.platform.am.ex
Add-ons Manager Exception
AddonsManagerSettings - Class in org.exoplatform.platform.am.settings
This class stores the add-ons manager settings
AddonsManagerSettings() - Constructor in AddonsManagerSettings
AddonUninstallService - Class in org.exoplatform.platform.am
All services to install add-ons

B

C

CommandLineParameters - Class in org.exoplatform.platform.am.cli
Command line parameters
CommandLineParameters.Command - Enum in org.exoplatform.platform.am.cli
The enumeration of all possible commands
CommandLineParameters.Command(String) - Constructor in CommandLineParameters.Command
CommandLineParameters.DescribeCommandParameters - Class in org.exoplatform.platform.am.cli
Specific parameters to print information about an add-on
CommandLineParameters.InstallCommandParameters - Class in org.exoplatform.platform.am.cli
Specific parameters to install an add-on
CommandLineParameters.ListCommandParameters - Class in org.exoplatform.platform.am.cli
Specific parameters to list add-ons
CommandLineParameters.UninstallCommandParameters - Class in org.exoplatform.platform.am.cli
Specific parameters to uninstall an add-on
CommandLineParser - Class in org.exoplatform.platform.am.cli
Parser for command line arguments
CommandLineParser(String, int) - Constructor in CommandLineParser
Default Constructor
CommandLineParsingException - Class in org.exoplatform.platform.am.ex
When something goes wrong while parsing command line parameters
compareTo(Addon) - Method in Addon
Compares this object with the specified object for order.
CompatibilityException - Class in org.exoplatform.platform.am.ex
@author Arnaud Héritier
CompatibilityException(Addon, PlatformSettings) - Constructor in CompatibilityException
Conflict - Enum in org.exoplatform.platform.am.cli
@author Arnaud Héritier
ConflictConverter - Class in org.exoplatform.platform.am.cli
String -> Conflict Converter for JCommander
ConflictConverter(String) - Constructor in ConflictConverter
ConflictValidator - Class in org.exoplatform.platform.am.cli
Conflict Validator for JCommander
Console - Class in org.exoplatform.platform.am.utils
Console wrapper
Console() - Constructor in Console
Construct a new Console using system streams.
convert(String) - Method in ConflictConverter
{@inheritDoc}
convert(String) - Method in URLConverter
{@inheritDoc}
copyFile(String, File, File, boolean) - Method in FileUtils
Copy a local file to another location using NIO

D

debug(String, Map, List<String>) - Method in Logger
debugHR() - Method in Logger
describeAddon(EnvironmentSettings, DescribeCommandParameters) - Method in AddonDescribeService
Describe an add-on given the current environment env and command line parameters.
disableDebug() - Method in Logger
displayHeader(String) - Method in Logger
downloadFile(String, String, File) - Method in FileUtils
Downloads a file following redirects if required

E

enableDebug() - Method in Logger
EnvironmentSettings - Class in org.exoplatform.platform.am.settings
This class exposes environment settings about the Add-ons Manager, the PLF server, the system, ...
EnvironmentSettings(AddonsManagerSettings, PlatformSettings) - Constructor in EnvironmentSettings
Instantiates it with custom @{code managerSettings} and @{code platformSettings}
ErroneousSetupException - Class in org.exoplatform.platform.am.ex
@author Arnaud Héritier
error(Object, Throwable) - Method in Logger
errorHR() - Method in Logger
extractDirPath(String) - Method in FileUtils
extractFilename(String) - Method in FileUtils
extractParentAndFilename(String) - Method in FileUtils

F

FileUtils - Class in org.exoplatform.platform.am.utils
Miscellaneous utilities

G

get(Object) - Method in AddonsManagerSettings
Allows to override any property loaded from AddonsManagerSettings.ADDONS_MANAGER_PROPERTIES with a system property AddonsManagerSettings.PROPERTY_PREFIX.XXX where XXX is the property key
get() - Method in Console
getErr() - Method in Console
getErrorCode() - Method in AddonAlreadyInstalledException
getErrorCode() - Method in AddonNotFoundException
getErrorCode() - Method in AddonNotInstalledException
getErrorCode() - Method in AddonsManagerException
getErrorCode() - Method in CommandLineParsingException
getErrorCode() - Method in CompatibilityException
getErrorCode() - Method in ErroneousSetupException
getErrorCode() - Method in InvalidJSONException
getErrorCode() - Method in LicenseValidationException
getErrorCode() - Method in UnknownErrorException
getHeight() - Method in Console
getInstance() - Method in AddonDescribeService
Factory
getInstance() - Method in AddonInstallService
Factory
getInstance() - Method in AddonListService
Factory
getInstance() - Method in AddonService
Factory
getInstance() - Method in AddonUninstallService
Factory
getInstance() - Method in Logger
Factory
getOut() - Method in Console
getOutputEncoding() - Method in Console
getRemoteCatalogUrl() - Method in EnvironmentSettings
Returns the URL to the remote catalog
getWidth() - Method in Console

H

I

info(Object, Throwable) - Method in Logger
infoHR() - Method in Logger
installAddon(EnvironmentSettings, InstallCommandParameters, Boolean) - Method in AddonInstallService
Install an add-on given the current environment env and command line parameters.
InvalidJSONException - Class in org.exoplatform.platform.am.ex
@author Arnaud Héritier
InvalidJSONException(Object) - Constructor in InvalidJSONException
isAnsiSupported() - Method in Console
isBatchMode() - Method in CommandLineParameters
Verifies if is the batch option is activated as main parameter or command parameter
isDebugEnabled() - Method in Logger
isEchoEnabled() - Method in Console
isHelp() - Method in CommandLineParameters
Verifies if is the help option is activated as main parameter or command parameter
isSnapshot() - Method in Addon
isSupported() - Method in Console
isVerbose() - Method in CommandLineParameters
Verifies if is the verbose option is activated as main parameter or command parameter

J

K

L

LicenseValidationException - Class in org.exoplatform.platform.am.ex
@author Arnaud Héritier
listAddons(EnvironmentSettings, ListCommandParameters) - Method in AddonListService
List add-ons given the current environment env and command line parameters.
Logger - Class in org.exoplatform.platform.am.utils
A really simple logger
Logger.Level - Enum in org.exoplatform.platform.am.utils
The enumeration of all possible log levels
Logger.Level(Color, String) - Constructor in Logger.Level
Logger(Console) - Constructor in Logger

M

mkdirs(File) - Method in FileUtils
Create a directory and its required parents.

N

O

P

parse(String) - Method in CommandLineParser
Initialize settings from command line parameters
PlatformSettings - Class in org.exoplatform.platform.am.settings
Platform instance settings
PlatformSettings.AppServerType - Enum in org.exoplatform.platform.am.settings
Application Server types on which PLF add-ons can be managed
PlatformSettings.AppServerType(String, String, String) - Constructor in PlatformSettings.AppServerType
PlatformSettings.DistributionType - Enum in org.exoplatform.platform.am.settings
Distribution types on which PLF add-ons can be managed
PlatformSettings(File) - Constructor in PlatformSettings
Platform Settings for the instance located with PLATFORM_HOME_SYS_PROP system property
printMessages(AddonService.ParsingErrors) - Method in AddonService
Displays the list of @{code errors}.

Q

R

read() - Method in Console
readLine() - Method in Console
reset() - Method in Console

S

T

U

uninstallAddon(EnvironmentSettings, UninstallCommandParameters) - Method in AddonUninstallService
Uninstall an add-on given the current environment env and command line parameters.
UnknownErrorException - Class in org.exoplatform.platform.am.ex
@author Arnaud Héritier
URLConverter - Class in org.exoplatform.platform.am.cli
String -> URL Converter for JCommander
URLConverter(String) - Constructor in URLConverter
URLValidator - Class in org.exoplatform.platform.am.cli
URL Validator for JCommander
usage() - Method in CommandLineParser
Display in the output the usage message to explain how to use the program and its parameters

V

validate(String, String) - Method in ConflictValidator
{@inheritDoc}
validate(String, String) - Method in URLValidator
{@inheritDoc}

W

warn(Object, Throwable) - Method in Logger
warnHR() - Method in Logger
withStatus(String, Closure, Object) - Method in Logger
withStatusKO(String) - Method in Logger
withStatusOK(String) - Method in Logger
wrapLine(def, def) - Method in Logger
Breaks up long line into multiline at the word boundary From : http://groovy.codehaus.org/Formatting+simple+tabular+text+data

X

Y

Z

_

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _