|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.splunk.Resource
com.splunk.Entity
com.splunk.Application
public class Application
The Application
class represents a locally-installed Splunk app.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface java.util.Map |
---|
java.util.Map.Entry<K,V> |
Field Summary |
---|
Fields inherited from class com.splunk.Resource |
---|
actions, path, service, title |
Method Summary | |
---|---|
ApplicationArchive |
archive()
Archives the app on the server file system. |
java.lang.String |
getAuthor()
Returns the name of the app's author. |
boolean |
getCheckForUpdates()
Indicates whether Splunk checks Splunkbase for updates. |
java.lang.String |
getDescription()
Returns a short description of the app. |
java.lang.String |
getLabel()
Returns the app's label (its name). |
java.lang.String |
getVersion()
Returns the version of the app. |
boolean |
isConfigured()
Indicates whether the app's custom setup has been performed. |
boolean |
isManageable()
Indicates whether the app can be managed by Splunk Manager. |
boolean |
isVisible()
Indicates whether an app is visible and navigable from Splunk Web. |
ApplicationSetup |
setup()
Returns the app's setup information. |
boolean |
stateChangeRequiresRestart()
Indicates whether a state change requires the app to be restarted. |
ApplicationUpdate |
update()
Returns any update information that is available for the app. |
Methods inherited from class com.splunk.Entity |
---|
actionPath, clear, containsKey, containsValue, disable, enable, entrySet, get, getMetadata, isDisabled, isEmpty, keySet, put, putAll, refresh, reload, remove, remove, size, update, validate, values |
Methods inherited from class com.splunk.Resource |
---|
getActions, getName, getPath, getService, getTitle, invalidate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Map |
---|
equals, hashCode |
Method Detail |
---|
public java.lang.String getAuthor()
null
if not specified.public boolean getCheckForUpdates()
true
if Splunk checks Splunkbase for updates, false
if not.public java.lang.String getDescription()
null
if not specified.public java.lang.String getLabel()
null
if not specified.public java.lang.String getVersion()
null
if not specified.public boolean isConfigured()
true
if custom setup has been performed, false
if not.public boolean isManageable()
true
if the app can be managed by Splunk Manager, false
if not.public boolean isVisible()
true
if the app is visible and navigable from Splunk Web, false
if not.public boolean stateChangeRequiresRestart()
true
if state changes require the app to be restarted, false
if not.public ApplicationArchive archive()
public ApplicationSetup setup()
public ApplicationUpdate update()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |