|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface URIToFileResolve
A service interface to convert a URI into a local file. The URI is usually (always?) either a file URI or a URI pointing into the team space (also file based), e.g. "knime:/MOUNT_ID/some/path/workflow.knime".
This interface is used to resolve URIs that are stored as part of referenced meta node templates.
| Method Summary | |
|---|---|
File |
resolveToFile(URI uri)
Resolves the given URI into a local file or throws an exception if that isn't possible (e.g. |
File |
resolveToLocalOrTempFile(URI uri)
Resolves the given URI into a local file. |
| Method Detail |
|---|
File resolveToFile(URI uri)
throws IOException
uri - The URI, e.g. "knime:/MOUNT_ID/some/path/workflow.knime"
IOException - If the URI can't be resolved
File resolveToLocalOrTempFile(URI uri)
throws IOException
resolveToFile(URI).
uri - The URI, e.g. "knime:/MOUNT_ID/some/path/workflow.knime"
IOException - If the URI can't be resolved
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||