public class Htaccess extends Object
Constructor and Description |
---|
Htaccess()
Creates a new instance of Htaccess with some default values.
|
Htaccess(Htaccess parent)
Creates a new instance of Htaccess as a clone of some (upper) Htaccess.
|
Modifier and Type | Method and Description |
---|---|
String |
getValue(String directive,
String object)
Returns the respective value of the directive for the given object (it may be null).
|
void |
load(DataInput in)
Loads the stream of some htaccess file.
|
public Htaccess()
public Htaccess(Htaccess parent)
Copyright © 2016 Egothor. All Rights Reserved.