Package org.jboss.windup.config.metadata
Class TechnologyMetadata
- java.lang.Object
-
- org.jboss.windup.config.metadata.TechnologyMetadata
-
public abstract class TechnologyMetadata extends Object
- Author:
- Jesse Sightler
-
-
Constructor Summary
Constructors Constructor Description TechnologyMetadata(TechnologyReference technology)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description TechnologyReferencegetTechnology()abstract booleanhandles(TechnologyReference technology)
-
-
-
Constructor Detail
-
TechnologyMetadata
public TechnologyMetadata(TechnologyReference technology)
-
-
Method Detail
-
getTechnology
public TechnologyReference getTechnology()
-
handles
public abstract boolean handles(TechnologyReference technology)
-
-