public class Scripts extends JsonObject
http://getcomposer.org/doc/articles/scripts.md,
http://getcomposer.org/doc/04-schema.md#scriptspropertiessortOrderchangeSupport| Constructor and Description |
|---|
Scripts() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doParse(Object obj) |
static String[] |
getEvents() |
protected List<String> |
getOwnProperties() |
JsonArray |
getPostInstallCmd()
Gets scripts that will occur after the
|
JsonArray |
getPostPackageInstall()
Gets scripts that will occur after a package is installed.
|
JsonArray |
getPostPackageUninstall()
Gets scripts that will occur after a package is uninstalled.
|
JsonArray |
getPostPackageUpdate()
Gets scripts that will occur after a package is updateed.
|
JsonArray |
getPostUpdateCmd()
Gets scripts that will occur after the
|
JsonArray |
getPreInstallCmd()
Gets scripts that will occur before the
|
JsonArray |
getPrePackageInstall()
Gets scripts that will occur before a package is installed.
|
JsonArray |
getPrePackageUninstall()
Gets scripts that will occur before a package is uninstalled.
|
JsonArray |
getPrePackageUpdate()
Gets scripts that will occur before a package is updateed.
|
JsonArray |
getPreUpdateCmd()
Gets scripts that will occur before the
|
cloneProperties, getAsArray, getAsBoolean, getAsFloat, getAsInteger, getAsObject, getAsRaw, getAsString, initialize, is, isArray, isObject, setbuildJson, clear, get, has, parseField, remove, set, sizeappendSortOrder, fromJson, fromJson, fromJson, fromJson, getFieldByName, getFieldName, getFieldNames, getFields, getJsonValue, listen, toJsonaddPropertyChangeListener, addPropertyChangeListener, firePropertyChange, removePropertyChangeListener, removePropertyChangeListenerprotected void doParse(Object obj)
doParse in class AbstractJsonObject<JsonValue>public static String[] getEvents()
protected List<String> getOwnProperties()
getOwnProperties in class AbstractJsonObject<JsonValue>public JsonArray getPreInstallCmd()
installcommand is executed.
public JsonArray getPostInstallCmd()
installcommand is executed.
public JsonArray getPreUpdateCmd()
updatecommand is executed.
public JsonArray getPostUpdateCmd()
updatecommand is executed.
public JsonArray getPrePackageInstall()
public JsonArray getPostPackageInstall()
public JsonArray getPrePackageUpdate()
public JsonArray getPostPackageUpdate()
public JsonArray getPrePackageUninstall()
public JsonArray getPostPackageUninstall()
Copyright © 2014. All rights reserved.