9292public class ObfuscatorTask extends YGuardBaseTask
9393{
9494
95- //private List pairs = new ArrayList();
9695 private String mainClass ;
9796 private boolean conserveManifest = false ;
9897 private File logFile = new File ("yguardlog.xml" );
9998 protected ExposeSection expose = null ;
10099 protected List <AdjustSection > adjustSections = new ArrayList <AdjustSection >();
101100 protected MapSection map = null ;
102101 protected PatchSection patch = null ;
103- //private Path resourceClassPath;
104-
105- private boolean useExposeAsEntryPoints = true ;
106102
107103 private static final String LOG_TITLE_PRE_VERSION = " yGuard Bytecode Obfuscator, v" ;
108104 private static final String LOG_TITLE_POST_VERSION = ", a Product of yWorks GmbH - http://www.yworks.com" ;
@@ -116,7 +112,6 @@ public class ObfuscatorTask extends YGuardBaseTask
116112
117113 /** Holds value of property replaceClassNameStrings. */
118114 private boolean replaceClassNameStrings = true ;
119- private File [] tempJars ;
120115 private boolean needYShrinkModel ;
121116 private YShrinkModel yShrinkModel ;
122117
@@ -1302,15 +1297,6 @@ public void addInheritanceEntries( Collection entries ) throws IOException {
13021297 }
13031298 }
13041299
1305- /**
1306- * Sets use expose as entry points.
1307- *
1308- * @param useExposeAsEntryPoints the use expose as entry points
1309- */
1310- public void setUseExposeAsEntryPoints ( boolean useExposeAsEntryPoints ) {
1311- this .useExposeAsEntryPoints = useExposeAsEntryPoints ;
1312- }
1313-
13141300 /**
13151301 * The type Resource adjuster.
13161302 */
0 commit comments