public class HostsFileReader extends Object
Constructor and Description |
---|
HostsFileReader(String inFile,
String exFile) |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getExcludedHosts() |
Set<String> |
getHosts() |
void |
refresh() |
void |
setExcludesFile(String excludesFile) |
void |
setIncludesFile(String includesFile) |
void |
updateFileNames(String includesFile,
String excludesFile) |
public HostsFileReader(String inFile, String exFile) throws IOException
IOException
public void refresh() throws IOException
IOException
public void setIncludesFile(String includesFile)
public void setExcludesFile(String excludesFile)
public void updateFileNames(String includesFile, String excludesFile) throws IOException
IOException
Copyright © 2010 The Apache Software Foundation