|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.plugins.declare.visualizing.URLLoader
public class URLLoader
Title: DECLARE
Description:
Copyright: Copyright (c) 2006
Company: TU/e
Constructor Summary | |
---|---|
URLLoader()
|
Method Summary | |
---|---|
static java.net.URL |
loadResource(java.lang.String fileName)
Loads URL form the RESOURCES directory. |
static java.net.URL |
loadURL(java.lang.String fileName)
Loads an URL from the WORKING directory. |
static java.net.URL |
loadURL(java.lang.String dirPath,
java.lang.String fileName)
Loads an URL from the specified path in the WORKING directory. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public URLLoader()
Method Detail |
---|
public static java.net.URL loadURL(java.lang.String dirPath, java.lang.String fileName)
dirPath
- StringfileName
- String
public static java.net.URL loadURL(java.lang.String fileName)
fileName
- String
public static java.net.URL loadResource(java.lang.String fileName)
fileName
- String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |