|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.egothor.util.Htaccess
public class Htaccess
This class can read Apache htaccess files and access some parameters in them.
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
java.lang.String |
getValue(java.lang.String directive,
java.lang.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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Htaccess()
public Htaccess(Htaccess parent)
| Method Detail |
|---|
public java.lang.String getValue(java.lang.String directive,
java.lang.String object)
public void load(DataInput in)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||