| Package | Description |
|---|---|
| com.dubture.getcomposer.core | |
| com.dubture.getcomposer.core.entities | |
| com.dubture.getcomposer.core.objects |
| Modifier and Type | Method and Description |
|---|---|
JsonArray |
ComposerPackage.getBin()
Returns the
bin collection. |
JsonArray |
ComposerPackage.getKeywords()
Returns the keywords
|
| Modifier and Type | Method and Description |
|---|---|
JsonArray |
JsonValue.getAsArray()
Returns the value as array.
|
| Modifier and Type | Method and Description |
|---|---|
JsonArray |
JsonObject.getAsArray(String property)
Returns the property value as array.
|
JsonArray |
Autoload.getClassMap() |
JsonArray |
Autoload.getFiles() |
JsonArray |
Config.getGithubProtocols()
Returns the
github-protocols property. |
JsonArray |
Scripts.getPostInstallCmd()
Gets scripts that will occur after the
|
JsonArray |
Scripts.getPostPackageInstall()
Gets scripts that will occur after a package is installed.
|
JsonArray |
Scripts.getPostPackageUninstall()
Gets scripts that will occur after a package is uninstalled.
|
JsonArray |
Scripts.getPostPackageUpdate()
Gets scripts that will occur after a package is updateed.
|
JsonArray |
Scripts.getPostUpdateCmd()
Gets scripts that will occur after the
|
JsonArray |
Scripts.getPreInstallCmd()
Gets scripts that will occur before the
|
JsonArray |
Scripts.getPrePackageInstall()
Gets scripts that will occur before a package is installed.
|
JsonArray |
Scripts.getPrePackageUninstall()
Gets scripts that will occur before a package is uninstalled.
|
JsonArray |
Scripts.getPrePackageUpdate()
Gets scripts that will occur before a package is updateed.
|
JsonArray |
Scripts.getPreUpdateCmd()
Gets scripts that will occur before the
|
| Modifier and Type | Method and Description |
|---|---|
void |
Config.setGithubProtocols(JsonArray githubProtocols)
Sets the
github-protocols property. |
Copyright © 2013. All Rights Reserved.