org.rhq.plugins.hosts.helper
Class SimpleUnixConfigFileReader

java.lang.Object
  extended by org.rhq.plugins.hosts.helper.SimpleUnixConfigFileReader

public class SimpleUnixConfigFileReader
extends Object

Author:
Ian Springer

Constructor Summary
SimpleUnixConfigFileReader(Reader reader)
           
 
Method Summary
 void close()
           
 boolean isTrimWhitespace()
           
 SimpleUnixConfigFileLine readLine()
           
 void setTrimWhitespace(boolean trimWhitespace)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleUnixConfigFileReader

public SimpleUnixConfigFileReader(Reader reader)
Method Detail

isTrimWhitespace

public boolean isTrimWhitespace()

setTrimWhitespace

public void setTrimWhitespace(boolean trimWhitespace)

readLine

@Nullable
public SimpleUnixConfigFileLine readLine()
                                  throws IOException
Throws:
IOException

close

public void close()
           throws IOException
Throws:
IOException


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.