Class YGuardTask

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class YGuardTask
    extends YGuardBaseTask
    The type Y guard task.
    • Constructor Detail

      • YGuardTask

        public YGuardTask()
    • Method Detail

      • execute

        public void execute()
                     throws org.apache.tools.ant.BuildException
        Overrides:
        execute in class org.apache.tools.ant.Task
        Throws:
        org.apache.tools.ant.BuildException
      • createShrink

        public ShrinkTask createShrink()
        Create shrink shrink task.
        Returns:
        the shrink task
      • newShrinkTask

        protected ShrinkTask newShrinkTask​(boolean mode)
        Instantiates a shrink task, subclasses may provide custom implementations.
        Returns:
        the new shrink task
      • createRename

        public ObfuscatorTask createRename()
        Create rename obfuscator task.
        Returns:
        the obfuscator task
      • newObfuscatorTask

        protected ObfuscatorTask newObfuscatorTask​(boolean mode)
        Instantiates an obfuscator task, subclasses may provide custom implementations.
        Returns:
        the new obfuscator task
      • createObfuscate

        public ObfuscatorTask createObfuscate()
        Create obfuscate obfuscator task.
        Returns:
        the obfuscator task