Class EntryPointsSection


  • public class EntryPointsSection
    extends Exclude
    ANT entryPoint section
    • 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