public class MetadataFormat extends Object
| Constructor and Description |
|---|
MetadataFormat() |
| Modifier and Type | Method and Description |
|---|---|
Condition |
getCondition() |
String |
getNamespace() |
String |
getPrefix() |
String |
getSchemaLocation() |
Transformer |
getTransformer() |
boolean |
hasCondition() |
static Transformer |
identity() |
static MetadataFormat |
metadataFormat(String prefix) |
MetadataFormat |
withCondition(Condition filter) |
MetadataFormat |
withNamespace(String namespace) |
MetadataFormat |
withPrefix(String prefix) |
MetadataFormat |
withSchemaLocation(String schemaLocation) |
MetadataFormat |
withTransformer(Transformer transformer) |
public static Transformer identity()
public static MetadataFormat metadataFormat(String prefix)
public String getPrefix()
public MetadataFormat withPrefix(String prefix)
public Transformer getTransformer()
public MetadataFormat withTransformer(Transformer transformer)
public String getNamespace()
public MetadataFormat withNamespace(String namespace)
public String getSchemaLocation()
public MetadataFormat withSchemaLocation(String schemaLocation)
public MetadataFormat withCondition(Condition filter)
public Condition getCondition()
public boolean hasCondition()
Copyright © 2017 DuraSpace. All Rights Reserved.