Deprecated API


Contents
Deprecated Methods
com.puppycrawl.tools.checkstyle.api.Utils.getLines(String)
          consider using FileText instead 
com.puppycrawl.tools.checkstyle.api.Utils.getLines(String, String)
          consider using FileText instead 
com.puppycrawl.tools.checkstyle.ConfigurationLoader.loadConfiguration(InputStream, PropertyResolver, boolean)
          As this method does not provide a valid system ID, preventing resolution of external entities, a version using an InputSource should be used instead 
com.puppycrawl.tools.checkstyle.gui.ParseTreeInfoPanel.parseFile(String)
          Use ParseTreeInfoPanel.parseFile(FileText) instead 
 

Deprecated Constructors
com.puppycrawl.tools.checkstyle.api.FileContents(String, String[])
          Use FileContents.FileContents(FileText) instead in order to preserve the original line breaks where possible. 
 



Copyright © 2001-2010. All Rights Reserved.