Package org.jboss.tmpdpl.api.deployable

Examples of org.jboss.tmpdpl.api.deployable.Deployable


      // Make a deployable from each archive
      final Collection<Deployable> deployables = new ArrayList<Deployable>();
      for (final Archive<?> archive : archives)
      {
         final Deployable deployable = VfsVdfDeployableImpl.create(archive);
         deployables.add(deployable);
      }

      // Return
      return deployables.toArray(new Deployable[]
View Full Code Here

TOP

Related Classes of org.jboss.tmpdpl.api.deployable.Deployable

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.