com.sun.enterprise.admin.cli.schemadoc
Class GenerateDomainSchema

java.lang.Object
  extended by com.sun.enterprise.admin.cli.schemadoc.GenerateDomainSchema
All Implemented Interfaces:
AdminCommand

@Service(name="generate-domain-schema")
@Scoped(value=org.jvnet.hk2.component.PerLookup.class)
@ExecuteOn(value=DAS)
@TargetType(value={DOMAIN,DAS,STANDALONE_INSTANCE,CLUSTER})
public class GenerateDomainSchema
extends Object
implements AdminCommand


Constructor Summary
GenerateDomainSchema()
           
 
Method Summary
 void execute(AdminCommandContext context)
           
static String toClassName(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenerateDomainSchema

public GenerateDomainSchema()
Method Detail

execute

public void execute(AdminCommandContext context)
Specified by:
execute in interface AdminCommand

toClassName

public static String toClassName(String value)


Copyright © 2012. All Rights Reserved.