link start!
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package javax.baja.naming;
|
||||
|
||||
public interface OrdQuery {
|
||||
String getBody();
|
||||
|
||||
String getScheme();
|
||||
|
||||
boolean isHost();
|
||||
|
||||
boolean isSession();
|
||||
|
||||
void normalize(OrdQueryList ordQueryList, int i);
|
||||
|
||||
String toString();
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
package javax.baja.naming;
|
||||
|
||||
public interface Path {
|
||||
int depth();
|
||||
|
||||
String[] getNames();
|
||||
|
||||
Path getParentPath();
|
||||
|
||||
String nameAt(int i);
|
||||
}
|
||||
Reference in New Issue
Block a user