Package org.jboss.deployers.spi.management

Examples of org.jboss.deployers.spi.management.DeploymentTemplateInfo


/* 575 */       Object[] args = { name };
/* 576 */       String msg = this.formatter.format(args);
/* 577 */       throw new IllegalStateException(msg);
/*     */     }
/*     */
/* 580 */     DeploymentTemplateInfo info = template.getInfo();
/* 581 */     log.debug("getTemplate, " + info);
/* 582 */     return info;
/*     */   }
View Full Code Here

TOP

Related Classes of org.jboss.deployers.spi.management.DeploymentTemplateInfo

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.