org.rhq.plugins.hosts.helper
Class SimpleUnixConfigFileLine
java.lang.Object
org.rhq.plugins.hosts.helper.SimpleUnixConfigFileLine
public class SimpleUnixConfigFileLine
- extends Object
A line in a simple Unix config file, which consists of an optional non-comment portion and an optional comment
portion.
- Author:
- Ian Springer
SimpleUnixConfigFileLine
public SimpleUnixConfigFileLine(@Nullable
String nonComment,
@Nullable
String comment)
getNonComment
@Nullable
public String getNonComment()
getComment
@Nullable
public String getComment()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.