|
Dali Provisional API Release 3.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface SchemaEntry
Schema configuration object for SchemaLibrary
| Nested Class Summary | |
|---|---|
static class |
SchemaEntry.LocationTransformer
|
static class |
SchemaEntry.NamespaceTransformer
|
| Field Summary | |
|---|---|
static org.eclipse.jpt.common.utility.transformer.Transformer<SchemaEntry,String> |
LOCATION_TRANSFORMER
|
static org.eclipse.jpt.common.utility.transformer.Transformer<SchemaEntry,String> |
NAMESPACE_TRANSFORMER
|
| Method Summary | |
|---|---|
String |
getLocation()
Return the location key of the entry. |
String |
getNamespace()
Return the namespace of the schema |
XsdSchema |
getXsdSchema(String namespace)
Return the XsdSchema associated with the entry. |
boolean |
isLoaded()
Return whether the schema referred to by the entry is loaded |
void |
refresh()
Refresh the associated schema |
| Field Detail |
|---|
static final org.eclipse.jpt.common.utility.transformer.Transformer<SchemaEntry,String> LOCATION_TRANSFORMER
static final org.eclipse.jpt.common.utility.transformer.Transformer<SchemaEntry,String> NAMESPACE_TRANSFORMER
| Method Detail |
|---|
String getLocation()
String getNamespace()
boolean isLoaded()
XsdSchema getXsdSchema(String namespace)
XsdSchema associated with the entry.
The provided namespace is a last failsafe check that the loaded schema does in fact
have the namespace in question.
(Sometimes on a refresh the schema will turn out to have a different namespace than expected)
void refresh()
|
Dali Provisional API Release 3.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||