| Package | Description |
|---|---|
| org.javarosa.core.reference |
| Modifier and Type | Class and Description |
|---|---|
class |
ResourceReference
A Resource Reference is a reference to a file which
is a Java Resource, which is accessible with the
'getResourceAsStream' method from the Java Classloader.
|
| Modifier and Type | Method and Description |
|---|---|
Reference |
RootTranslator.derive(String URI) |
Reference |
ReferenceFactory.derive(String URI) |
Reference |
PrefixedRootFactory.derive(String URI) |
Reference |
RootTranslator.derive(String URI,
String context) |
Reference |
ReferenceFactory.derive(String URI,
String context) |
Reference |
PrefixedRootFactory.derive(String URI,
String context) |
Reference |
ReferenceManager.deriveReference(String uri)
Derives a global reference from a URI in the current environment.
|
Reference |
ReferenceManager.DeriveReference(String uri)
Deprecated.
use deriveReference instead
|
Reference |
ReferenceManager.deriveReference(String uri,
Reference context)
Derives a reference from a URI in the current environment.
|
Reference |
ReferenceManager.DeriveReference(String uri,
Reference context)
Deprecated.
use deriveReference instead
|
Reference |
ReferenceManager.deriveReference(String uri,
String context)
Derives a reference from a URI in the current environment.
|
Reference |
ReferenceManager.DeriveReference(String uri,
String context)
Deprecated.
use deriveReference instead
|
protected Reference |
ResourceReferenceFactory.factory(String terminal,
String URI) |
protected abstract Reference |
PrefixedRootFactory.factory(String terminal,
String URI)
Creates a Reference using the most locally available part of a
URI.
|
Reference[] |
ResourceReference.probeAlternativeReferences() |
Reference[] |
Reference.probeAlternativeReferences()
Determines any platform-specific and reference-type specific
alternatives versions of this reference which may exist.
|
| Modifier and Type | Method and Description |
|---|---|
Reference |
ReferenceManager.deriveReference(String uri,
Reference context)
Derives a reference from a URI in the current environment.
|
Reference |
ReferenceManager.DeriveReference(String uri,
Reference context)
Deprecated.
use deriveReference instead
|
Copyright © 2021. All rights reserved.