com.splunk
Class ApplicationArchive
java.lang.Object
com.splunk.Resource
com.splunk.Entity
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 classes/interfaces inherited from interface java.util.Map |
java.util.Map.Entry<K,V> |
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 |
clear, containsKey, containsValue, disable, enable, entrySet, get, getMetadata, isDisabled, isEmpty, keySet, put, putAll, refresh, remove, remove, size, update, update, validate, values |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Map |
equals, hashCode |
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.