Interface BaseTypeSpecification
-
- All Known Subinterfaces:
TypeModificationSpecification,TypeSpecification
- All Known Implementing Classes:
XmlBaseTypeSpecification,XmlTypeModificationSpecification,XmlTypeSpecification
public interface BaseTypeSpecification
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<MethodSpecification>getControlTasks()java.util.List<MethodSpecification>getMethods()java.util.List<PropertySpecification>getProperties()com.xebialabs.deployit.plugin.api.reflect.TypegetType()java.util.List<ValidationRuleSpecification>getValidators()java.util.List<java.lang.String>getVerifications()java.util.Optional<java.lang.Boolean>getVersioned()java.util.Optional<java.lang.Boolean>getVirtual()
-
-
-
Method Detail
-
getType
com.xebialabs.deployit.plugin.api.reflect.Type getType()
-
getVirtual
java.util.Optional<java.lang.Boolean> getVirtual()
-
getProperties
java.util.List<PropertySpecification> getProperties()
-
getMethods
java.util.List<MethodSpecification> getMethods()
-
getVersioned
java.util.Optional<java.lang.Boolean> getVersioned()
-
getValidators
java.util.List<ValidationRuleSpecification> getValidators()
-
getVerifications
java.util.List<java.lang.String> getVerifications()
-
getControlTasks
java.util.List<MethodSpecification> getControlTasks()
-
-