ShrinkWrap Implementation Base 1.0.0

org.jboss.shrinkwrap.impl.base.importer
Class ExplodedImporterImpl

java.lang.Object
  extended by org.jboss.shrinkwrap.impl.base.AssignableBase<Archive<?>>
      extended by org.jboss.shrinkwrap.impl.base.importer.ExplodedImporterImpl
All Implemented Interfaces:
Assignable, ExplodedImporter

public class ExplodedImporterImpl
extends AssignableBase<Archive<?>>
implements ExplodedImporter

ExplodedImporterImpl Importer used to import Exploded directory structures into a Archive

Version:
$Revision: $
Author:
Aslak Knutsen

Constructor Summary
ExplodedImporterImpl(Archive<?> archive)
           
 
Method Summary
 ExplodedImporter importDirectory(File file)
          
 ExplodedImporter importDirectory(String fileName)
          
 
Methods inherited from class org.jboss.shrinkwrap.impl.base.AssignableBase
as, getArchive
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.shrinkwrap.api.Assignable
as
 

Constructor Detail

ExplodedImporterImpl

public ExplodedImporterImpl(Archive<?> archive)
Method Detail

importDirectory

public ExplodedImporter importDirectory(String fileName)

Specified by:
importDirectory in interface ExplodedImporter
See Also:
ExplodedImporter.importDirectory(java.lang.String)

importDirectory

public ExplodedImporter importDirectory(File file)

Specified by:
importDirectory in interface ExplodedImporter
See Also:
ExplodedImporter.importDirectory(java.io.File)

ShrinkWrap Implementation Base 1.0.0

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.