public class ObfuscatorConfig extends Object
| Constructor and Description |
|---|
ObfuscatorConfig() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
skipObfuscation(String file) |
boolean |
skipStripComments(String file) |
boolean |
skipStripNewlines(String file) |
boolean |
skipStripSpecialKeywords(String file) |
boolean |
skipStripWhitespaces(String file) |
public ObfuscatorConfig()
throws ConfigException
ConfigExceptionpublic boolean skipObfuscation(String file)
public boolean skipStripComments(String file)
public boolean skipStripWhitespaces(String file)
public boolean skipStripNewlines(String file)
public boolean skipStripSpecialKeywords(String file)
Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.