Package com.enonic.xp.app
Interface Application
-
@PublicApi public interface Application
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description org.osgi.framework.BundlegetBundle()Set<String>getCapabilities()ClassLoadergetClassLoader()ConfigurationgetConfig()StringgetDisplayName()Set<String>getFiles()Deprecated.ApplicationKeygetKey()StringgetMaxSystemVersion()StringgetMinSystemVersion()InstantgetModifiedTime()StringgetSystemVersion()StringgetUrl()StringgetVendorName()StringgetVendorUrl()org.osgi.framework.VersiongetVersion()booleanincludesSystemVersion(org.osgi.framework.Version version)booleanisStarted()booleanisSystem()URLresolveFile(String path)Deprecated.
-
-
-
Method Detail
-
getKey
ApplicationKey getKey()
-
getVersion
org.osgi.framework.Version getVersion()
-
getDisplayName
String getDisplayName()
-
getSystemVersion
String getSystemVersion()
-
getMaxSystemVersion
String getMaxSystemVersion()
-
getMinSystemVersion
String getMinSystemVersion()
-
includesSystemVersion
boolean includesSystemVersion(org.osgi.framework.Version version)
-
getUrl
String getUrl()
-
getVendorName
String getVendorName()
-
getVendorUrl
String getVendorUrl()
-
getBundle
org.osgi.framework.Bundle getBundle()
-
getClassLoader
ClassLoader getClassLoader()
-
getModifiedTime
Instant getModifiedTime()
-
isStarted
boolean isStarted()
-
getFiles
@Deprecated Set<String> getFiles()
Deprecated.
-
resolveFile
@Deprecated URL resolveFile(String path)
Deprecated.
-
getConfig
Configuration getConfig()
-
isSystem
boolean isSystem()
-
-