Package org.xwiki.extension
Interface LocalExtension
-
- All Superinterfaces:
Comparable<Extension>
,Extension
- All Known Subinterfaces:
InstalledExtension
- All Known Implementing Classes:
WrappingInstalledExtension
,WrappingLocalExtension
public interface LocalExtension extends Extension
Represent a local extension.A local extension is an extension generally downloaded from a remote repository and now stored in the local repository.
- Since:
- 4.0M1
- Version:
- $Id: ac5bd4c07e48d6e393a80076cafb68d3e5b60b26 $
-
-
Field Summary
Fields Modifier and Type Field Description static String
PKEY_FILE
Custom property key containinggetFile()
.-
Fields inherited from interface org.xwiki.extension.Extension
FIELD_ALLOWEDNAMESPACE, FIELD_ALLOWEDNAMESPACES, FIELD_AUTHOR, FIELD_AUTHORS, FIELD_CATEGORY, FIELD_COMPONENT, FIELD_COMPONENTS, FIELD_DEPENDENCIES, FIELD_DESCRIPTION, FIELD_EXTENSIONFEATURE, FIELD_EXTENSIONFEATURES, FIELD_FEATURE, FIELD_FEATURES, FIELD_ID, FIELD_ISSUEMANAGEMENT, FIELD_LICENSE, FIELD_LICENSES, FIELD_MANAGEDDEPENDENCIES, FIELD_NAME, FIELD_NAMESPACES, FIELD_PROPERTIES, FIELD_REPOSITORIES, FIELD_REPOSITORY, FIELD_SCM, FIELD_SUMMARY, FIELD_TYPE, FIELD_VERSION, FIELD_WEBSITE, IKEYPREFIX
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LocalExtensionFile
getFile()
Access the associated extension file content.-
Methods inherited from interface java.lang.Comparable
compareTo
-
Methods inherited from interface org.xwiki.extension.Extension
get, getAllowedNamespaces, getAuthors, getCategory, getComponents, getDependencies, getDescription, getExtensionFeature, getExtensionFeatures, getFeatures, getId, getIssueManagement, getLicenses, getManagedDependencies, getName, getProperties, getProperty, getProperty, getRepositories, getRepository, getScm, getSummary, getType, getWebSite
-
-
-
-
Field Detail
-
PKEY_FILE
static final String PKEY_FILE
Custom property key containinggetFile()
.- See Also:
- Constant Field Values
-
-
Method Detail
-
getFile
LocalExtensionFile getFile()
Description copied from interface:Extension
Access the associated extension file content.
-
-