org.springframework.roo.classpath.itd
Class DefaultItdMetadataScanner

java.lang.Object
  extended by org.springframework.roo.classpath.itd.DefaultItdMetadataScanner
All Implemented Interfaces:
ItdMetadataScanner

@Service
public class DefaultItdMetadataScanner
extends Object
implements ItdMetadataScanner

Default implementation of ItdMetadataScanner.

Since:
1.0
Author:
Ben Alex

Constructor Summary
DefaultItdMetadataScanner()
           
 
Method Summary
 Set<org.springframework.roo.metadata.MetadataItem> getMetadata(String physicalTypeIdentifier)
          Locates identifiers for all metadata that, at the time of the invocation, provided a non-null MetadataItem compatible with the physical type identifier.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultItdMetadataScanner

public DefaultItdMetadataScanner()
Method Detail

getMetadata

public Set<org.springframework.roo.metadata.MetadataItem> getMetadata(String physicalTypeIdentifier)
Description copied from interface: ItdMetadataScanner
Locates identifiers for all metadata that, at the time of the invocation, provided a non-null MetadataItem compatible with the physical type identifier. This will include the original PhysicalTypeMetadata.

Specified by:
getMetadata in interface ItdMetadataScanner
Parameters:
physicalTypeIdentifier - to locate (required)
Returns:
a set of identifiers related to individual metadata instances (may be empty, but never null)


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