org.springframework.roo.classpath
Class MetadataCommands

java.lang.Object
  extended by org.springframework.roo.classpath.MetadataCommands
All Implemented Interfaces:
org.springframework.roo.shell.CommandMarker

@Service
public class MetadataCommands
extends Object
implements org.springframework.roo.shell.CommandMarker


Constructor Summary
MetadataCommands()
           
 
Method Summary
 String metadataForId(String metadataId)
           
 String metadataForType(org.springframework.roo.model.JavaType javaType)
           
 String metadataTimings()
           
 void metadataTrace(int level)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetadataCommands

public MetadataCommands()
Method Detail

metadataTrace

public void metadataTrace(int level)

metadataTimings

public String metadataTimings()

metadataForId

public String metadataForId(String metadataId)

metadataForType

public String metadataForType(org.springframework.roo.model.JavaType javaType)


Copyright © 2009-2010 VMware, Inc. All Rights Reserved.