Class FragmentBundleCreator
- java.lang.Object
-
- org.wso2.carbon.server.extensions.FragmentBundleCreator
-
- All Implemented Interfaces:
CarbonLaunchExtension
- Direct Known Subclasses:
LibraryFragmentBundleCreator,Log4jPropFileFragmentBundleCreator
public abstract class FragmentBundleCreator extends Object implements CarbonLaunchExtension
-
-
Constructor Summary
Constructors Constructor Description FragmentBundleCreator()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract File[]getBundleConfigs()protected abstract StringgetFragmentBundleName(File dirName)protected abstract StringgetFragmentHostBundleName(File dirName)voidperform()
-
-
-
Method Detail
-
perform
public void perform()
- Specified by:
performin interfaceCarbonLaunchExtension
-
getBundleConfigs
protected abstract File[] getBundleConfigs()
-
-