public class BundleActivatorsManagerImpl extends Object implements BundleActivatorsManager
| Constructor and Description |
|---|
BundleActivatorsManagerImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getBundleActivators(org.jboss.shrinkwrap.api.Archive archive,
String fileName) |
void |
replaceBundleActivatorsFile(org.jboss.shrinkwrap.api.Archive archive,
String fileName,
List<String> bundleActivators) |
public List<String> getBundleActivators(org.jboss.shrinkwrap.api.Archive archive, String fileName) throws IOException
getBundleActivators in interface BundleActivatorsManagerIOExceptionpublic void replaceBundleActivatorsFile(org.jboss.shrinkwrap.api.Archive archive,
String fileName,
List<String> bundleActivators)
throws IOException
replaceBundleActivatorsFile in interface BundleActivatorsManagerIOExceptionCopyright © 2015 JBoss by Red Hat. All rights reserved.