|
Constructor Summary |
MavenImporterImpl(org.jboss.shrinkwrap.api.Archive<?> archive)
Constructs a MavenImporter based on underlying archive |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MavenImporterImpl
public MavenImporterImpl(org.jboss.shrinkwrap.api.Archive<?> archive)
- Constructs a MavenImporter based on underlying archive
- Parameters:
archive - the content to be enriched by importer
as
public <TYPE extends org.jboss.shrinkwrap.api.Assignable> TYPE as(Class<TYPE> archiveType)
- Specified by:
as in interface org.jboss.shrinkwrap.api.Assignable
configureFrom
public MavenImporter configureFrom(String path)
- Specified by:
configureFrom in interface MavenImporter
loadEffectivePom
public MavenImporter.EffectivePomMavenImporter loadEffectivePom(String path,
String... profiles)
- Specified by:
loadEffectivePom in interface MavenImporter
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.