org.xwiki.extension.wrap
Class WrappingLocalExtension<T extends LocalExtension>
java.lang.Object
org.xwiki.extension.wrap.AbstractWrappingObject<E>
org.xwiki.extension.wrap.WrappingExtension<T>
org.xwiki.extension.wrap.WrappingLocalExtension<T>
- Type Parameters:
T - the extension type
- All Implemented Interfaces:
- Extension, LocalExtension
- Direct Known Subclasses:
- WrappingInstalledExtension
public class WrappingLocalExtension<T extends LocalExtension>
- extends WrappingExtension<T>
- implements LocalExtension
Wrap a local extension.
- Since:
- 4.0M1
- Version:
- $Id: 6edaa47a735a475a6cc5172d3c608db1d5e3fe45 $
| Methods inherited from class org.xwiki.extension.wrap.WrappingExtension |
getAuthors, getDependencies, getDescription, getFeatures, getId, getLicenses, getName, getProperties, getProperty, getProperty, getRepository, getSummary, getType, getWebSite |
| Methods inherited from interface org.xwiki.extension.Extension |
getAuthors, getDependencies, getDescription, getFeatures, getId, getLicenses, getName, getProperties, getProperty, getProperty, getRepository, getSummary, getType, getWebSite |
WrappingLocalExtension
public WrappingLocalExtension(T localExtension)
- Parameters:
localExtension - the wrapped local extension
getFile
public LocalExtensionFile getFile()
- Description copied from interface:
Extension
- Return extension file descriptor. Also allows to get the content of the file.
- Specified by:
getFile in interface Extension- Specified by:
getFile in interface LocalExtension- Overrides:
getFile in class WrappingExtension<T extends LocalExtension>
- Returns:
- the file of the extension
Copyright © 2004-2013 XWiki. All Rights Reserved.