|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.pds.transform.util.Utility
public class Utility
Utility class.
Constructor Summary | |
---|---|
Utility()
|
Method Summary | |
---|---|
static String |
getDateTime()
Get the current date time. |
static URL |
toURL(String s)
Convert a string to a URL. |
static String |
toWellFormedURI(String s)
Convert a string to a URI. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Utility()
Method Detail |
---|
public static URL toURL(String s) throws MalformedURLException
s
- The string to convert
MalformedURLException
public static String toWellFormedURI(String s)
s
- The string to convert.
public static String getDateTime()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |