public class ComplexElementSubstitutionParameters
extends java.lang.Object
Constructor and Description |
---|
ComplexElementSubstitutionParameters() |
Modifier and Type | Method and Description |
---|---|
void |
doNotSubstitute(ComplexPackagingElement<?> element) |
java.util.Set<ComplexPackagingElementType<?>> |
getTypesToSubstitute() |
boolean |
isAllSubstituted() |
boolean |
isNoneSubstituted() |
boolean |
isShowContentForType(ComplexPackagingElementType type) |
void |
setShowContent(ComplexPackagingElementNode complexNode) |
void |
setShowContent(ComplexPackagingElementType<?> type,
boolean showContent) |
void |
setSubstituteAll() |
void |
setSubstituteNone() |
void |
setTypesToShowContent(java.util.Collection<? extends ComplexPackagingElementType<?>> types) |
boolean |
shouldSubstitute(ComplexPackagingElement<?> element) |
public ComplexElementSubstitutionParameters()
public void setSubstituteAll()
public void setSubstituteNone()
public boolean shouldSubstitute(ComplexPackagingElement<?> element)
public void setShowContent(ComplexPackagingElementType<?> type, boolean showContent)
public java.util.Set<ComplexPackagingElementType<?>> getTypesToSubstitute()
public void setShowContent(ComplexPackagingElementNode complexNode)
public void doNotSubstitute(ComplexPackagingElement<?> element)
public boolean isShowContentForType(ComplexPackagingElementType type)
public boolean isAllSubstituted()
public boolean isNoneSubstituted()
public void setTypesToShowContent(java.util.Collection<? extends ComplexPackagingElementType<?>> types)