org.apache.myfaces.buildtools.maven2.plugin.javascript.obfuscator
Class InputSource
java.lang.Object
org.apache.myfaces.buildtools.maven2.plugin.javascript.obfuscator.InputSource
public class InputSource
- extends java.lang.Object
Constructor Summary |
InputSource(java.io.InputStream in,
boolean skipObfuscation,
boolean skipStripComments,
boolean skipStripWhitespaces,
boolean skipStripNewlines,
boolean skipStripSpecialKeywords)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InputSource
public InputSource(java.io.InputStream in,
boolean skipObfuscation,
boolean skipStripComments,
boolean skipStripWhitespaces,
boolean skipStripNewlines,
boolean skipStripSpecialKeywords)
getInputStream
public java.io.InputStream getInputStream()
skipObfuscation
public boolean skipObfuscation()
skipStripComments
public boolean skipStripComments()
skipStripWhitespaces
public boolean skipStripWhitespaces()
skipStripNewlines
public boolean skipStripNewlines()
skipStripSpecialKeywords
public boolean skipStripSpecialKeywords()
Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.