Class CheckDeployments
- java.lang.Object
-
- org.apache.tools.ant.ProjectComponent
-
- org.apache.tools.ant.Task
-
- de.hybris.ant.taskdefs.compiling.checkitemsxml.AbstractCheckItemsXml
-
- de.hybris.ant.taskdefs.compiling.checkitemsxml.CheckDeployments
-
- All Implemented Interfaces:
java.lang.Cloneable
public class CheckDeployments extends AbstractCheckItemsXml
-
-
Constructor Summary
Constructors Constructor Description CheckDeployments()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcheckItemTypes(java.lang.String extname, java.lang.Iterable<ItemtypeType> itemTypes)protected voidcheckRelationTypes(java.lang.String extname, java.lang.Iterable<RelationType> relations)-
Methods inherited from class de.hybris.ant.taskdefs.compiling.checkitemsxml.AbstractCheckItemsXml
execute, getFilenames, registerError, setExtensionNames, setPattern
-
Methods inherited from class org.apache.tools.ant.Task
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
-
-
-
-
Method Detail
-
checkRelationTypes
protected void checkRelationTypes(java.lang.String extname, java.lang.Iterable<RelationType> relations)- Overrides:
checkRelationTypesin classAbstractCheckItemsXml
-
checkItemTypes
protected void checkItemTypes(java.lang.String extname, java.lang.Iterable<ItemtypeType> itemTypes)- Overrides:
checkItemTypesin classAbstractCheckItemsXml
-
-