|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.refractions.udig.catalog.ui.Identifier
public class Identifier
URLs are used for resolve.getId(), this class contains utility methods to help work with urls used in this manner.
Constructor Summary | |
---|---|
Identifier()
|
Method Summary | |
---|---|
static boolean |
isFile(java.net.URL url)
|
static boolean |
isGraphic(java.net.URL url)
|
static boolean |
isJDBC(java.net.URL url)
|
static boolean |
isMemory(java.net.URL url)
|
static boolean |
isWFS(java.net.URL url)
|
static boolean |
isWMS(java.net.URL url)
|
static java.lang.String |
labelResource(java.net.URL url)
Aquire "resource " similar to "data/a.shp" from url. |
static java.lang.String |
labelServer(java.net.URL url)
Aquire "server" similar to "protocol://host:port" from url. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Identifier()
Method Detail |
---|
public static final boolean isFile(java.net.URL url)
public static boolean isGraphic(java.net.URL url)
public static boolean isMemory(java.net.URL url)
public static boolean isWMS(java.net.URL url)
public static final boolean isWFS(java.net.URL url)
public static final boolean isJDBC(java.net.URL url)
public static final java.lang.String labelResource(java.net.URL url)
According to the followng breakdown:
Here are some examples:
url
-
public static final java.lang.String labelServer(java.net.URL url)
According to the followng breakdown:
Here are some examples:
server
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |