|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rioproject.opstring.OpStringUtil
public class OpStringUtil
Utilities for working with OpStrings.
| Constructor Summary | |
|---|---|
OpStringUtil()
|
|
| Method Summary | |
|---|---|
static void |
checkCodebase(OperationalString opstring,
String codebase,
Resolver resolver)
Check if the codebase is null or the codebase needs to be resolved |
static void |
checkCodebase(OperationalString opstring,
String codebase,
Resolver resolver,
File resolveFile)
Check if the codebase is null or the codebase needs to be resolved |
static void |
checkCodebase(ServiceElement elem,
String codebase,
Resolver resolver,
File resolveFile)
Check if the codebase is null or the codebase needs to be resolved |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OpStringUtil()
| Method Detail |
|---|
public static void checkCodebase(OperationalString opstring,
String codebase,
Resolver resolver)
throws IOException
opstring - The OperationalString to checkcodebase - If the codebase is not set, set it to this valueresolver - The Resolver to use if artifacts need to be downloaded
IOException - If the jars cannot be served
public static void checkCodebase(OperationalString opstring,
String codebase,
Resolver resolver,
File resolveFile)
throws IOException
opstring - The OperationalString to checkcodebase - If the codebase is not set, set it to this valueresolver - The Resolver to use if artifacts need to be downloadedresolveFile - The file to pass to the Resolver
IOException - If the jars cannot be served
public static void checkCodebase(ServiceElement elem,
String codebase,
Resolver resolver,
File resolveFile)
throws IOException
elem - The ServiceElement to checkcodebase - If the codebase is not set, set it to this valueresolver - The Resolver to use if artifacts need to be downloadedresolveFile - The file to pass to the Resolver
IOException - If the jars cannot be served
|
Copyright © Rio Project. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||