com.splunk
Class ApplicationArchive

java.lang.Object
  extended by com.splunk.Resource
      extended by com.splunk.Entity
          extended by com.splunk.ApplicationArchive
All Implemented Interfaces:
java.util.Map<java.lang.String,java.lang.Object>

public class ApplicationArchive
extends Entity

The ApplicationArchive class represents an archive of a 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.Entity
toUpdate
 
Fields inherited from class com.splunk.Resource
actions, path, refreshArgs, service, title
 
Method Summary
 java.lang.String getAppName()
          Returns the name of the app.
 java.lang.String getFilePath()
          Returns a path indicating where the app archive file is stored on the server, for direct file access.
 boolean getRefresh()
          Indicates whether to reload the objects contained in the locally-installed app.
 java.lang.String getUrl()
          Returns a URL to the app archive file on the server, for web browser access.
 
Methods inherited from class com.splunk.Entity
actionPath, clear, containsKey, containsValue, disable, enable, entrySet, get, getMetadata, isDisabled, isEmpty, isNameChangeAllowed, keySet, put, putAll, refresh, remove, remove, size, update, update, validate, values
 
Methods inherited from class com.splunk.Resource
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

getAppName

public java.lang.String getAppName()
Returns the name of the app.

Returns:
The app's name.

getFilePath

public java.lang.String getFilePath()
Returns a path indicating where the app archive file is stored on the server, for direct file access.

Returns:
The path to the archive file.

getRefresh

public boolean getRefresh()
Indicates whether to reload the objects contained in the locally-installed app.

Returns:
true if objects are reloaded, false if not.

getUrl

public java.lang.String getUrl()
Returns a URL to the app archive file on the server, for web browser access.

Returns:
The URL to the archive file.