Package com.yworks.common.ant
Class EntryPointsSection
- java.lang.Object
-
- com.yworks.common.ant.Exclude
-
- com.yworks.common.ant.EntryPointsSection
-
public class EntryPointsSection extends Exclude
ANT entryPoint section
-
-
Constructor Summary
Constructors Constructor Description EntryPointsSection(YGuardBaseTask task)Instantiates a new Entry points section.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddConfiguredAttribute(AttributesSection as)Add configured attribute.voidaddConfiguredClass(ClassSection cs)Add configured class.voidaddConfiguredField(FieldSection fs)Add configured field.voidaddConfiguredMethod(MethodSection ms)Add configured method.java.util.List<AttributesSection>getAttributesSections()Gets attributes sections.java.util.List<ClassSection>getClassSections()Gets class sections.java.util.List<FieldSection>getFieldSections()Gets field sections.java.util.List<MethodSection>getMethodSections()Gets method sections.-
Methods inherited from class com.yworks.common.ant.Exclude
isDebugExtension, isLtable, isLttable, isRiAnn, isRiPann, isRiTypeAnn, isRvAnn, isRvPann, isRvTypeAnn, isSource, isVtable, setLinenumbertable, setLocalvariabletable, setLocalVariableTypeTable, setRuntimeInvisibleAnnotations, setRuntimeInvisibleParameterAnnotations, setRuntimeInvisibleTypeAnnotations, setRuntimeVisibleAnnotations, setRuntimeVisibleParameterAnnotations, setRuntimeVisibleTypeAnnotations, setSourceDebugExtension, setSourcefile
-
-
-
-
Constructor Detail
-
EntryPointsSection
public EntryPointsSection(YGuardBaseTask task)
Instantiates a new Entry points section.- Parameters:
task- the task
-
-
Method Detail
-
addConfiguredMethod
public void addConfiguredMethod(MethodSection ms)
Add configured method.- Parameters:
ms- the ms
-
addConfiguredClass
public void addConfiguredClass(ClassSection cs)
Add configured class.- Parameters:
cs- the cs
-
addConfiguredField
public void addConfiguredField(FieldSection fs)
Add configured field.- Parameters:
fs- the fs
-
addConfiguredAttribute
public void addConfiguredAttribute(AttributesSection as)
Add configured attribute.- Parameters:
as- the as
-
getMethodSections
public java.util.List<MethodSection> getMethodSections()
Gets method sections.- Returns:
- the method sections
-
getClassSections
public java.util.List<ClassSection> getClassSections()
Gets class sections.- Returns:
- the class sections
-
getFieldSections
public java.util.List<FieldSection> getFieldSections()
Gets field sections.- Returns:
- the field sections
-
getAttributesSections
public java.util.List<AttributesSection> getAttributesSections()
Gets attributes sections.- Returns:
- the attributes sections
-
-