org.apache.myfaces.buildtools.maven2.plugin.javascript.obfuscator.configuration
Class ObfuscatorConfig
java.lang.Object
org.apache.myfaces.buildtools.maven2.plugin.javascript.obfuscator.configuration.ObfuscatorConfig
public class ObfuscatorConfig
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObfuscatorConfig
public ObfuscatorConfig()
throws ConfigException
- Throws:
ConfigException
skipObfuscation
public boolean skipObfuscation(String file)
skipStripComments
public boolean skipStripComments(String file)
skipStripWhitespaces
public boolean skipStripWhitespaces(String file)
skipStripNewlines
public boolean skipStripNewlines(String file)
skipStripSpecialKeywords
public boolean skipStripSpecialKeywords(String file)
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.