Uses of Interface
org.javarosa.core.reference.Reference
| Package | Description |
|---|---|
| org.javarosa.core.reference |
-
Uses of Reference in org.javarosa.core.reference
Classes in org.javarosa.core.reference that implement Reference Modifier and Type Class Description classResourceReferenceA Resource Reference is a reference to a file which is a Java Resource, which is accessible with the 'getResourceAsStream' method from the Java Classloader.Methods in org.javarosa.core.reference that return Reference Modifier and Type Method Description ReferencePrefixedRootFactory. derive(String URI)ReferencePrefixedRootFactory. derive(String URI, String context)ReferenceReferenceFactory. derive(String URI)ReferenceReferenceFactory. derive(String URI, String context)ReferenceRootTranslator. derive(String URI)ReferenceRootTranslator. derive(String URI, String context)ReferenceReferenceManager. deriveReference(String uri)Derives a global reference from a URI in the current environment.ReferenceReferenceManager. deriveReference(String uri, String context)Derives a reference from a URI in the current environment.ReferenceReferenceManager. deriveReference(String uri, Reference context)Derives a reference from a URI in the current environment.ReferenceReferenceManager. DeriveReference(String uri)Deprecated.use deriveReference insteadReferenceReferenceManager. DeriveReference(String uri, String context)Deprecated.use deriveReference insteadReferenceReferenceManager. DeriveReference(String uri, Reference context)Deprecated.use deriveReference insteadprotected abstract ReferencePrefixedRootFactory. factory(String terminal, String URI)Creates a Reference using the most locally available part of a URI.protected ReferenceResourceReferenceFactory. factory(String terminal, String URI)Reference[]Reference. probeAlternativeReferences()Determines any platform-specific and reference-type specific alternatives versions of this reference which may exist.Reference[]ResourceReference. probeAlternativeReferences()Methods in org.javarosa.core.reference with parameters of type Reference Modifier and Type Method Description ReferenceReferenceManager. deriveReference(String uri, Reference context)Derives a reference from a URI in the current environment.ReferenceReferenceManager. DeriveReference(String uri, Reference context)Deprecated.use deriveReference instead