|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Property | |
---|---|
be.re.repo | Here you will find all module interface definitions. |
be.re.repo.mod | This package contains some utilities that are helpful for certain document formats. |
Uses of Property in be.re.repo |
---|
Method parameters in be.re.repo with type arguments of type Property | |
---|---|
InputStream |
ExchangeProperties.get(String vcr,
String version,
InputStream in,
Set<Property> properties,
String mimeType,
Context context)
The method should return a stream the system can read from. |
XMLEventReader |
XMLExchangeProperties.get(String vcr,
String version,
XMLEventReader in,
Set<Property> properties,
String mimeType,
Context context)
The method should return an event stream the system can read from. |
static void |
Tools.retainNewest(Set<Property> newProperties,
Set<Property> oldProperties,
Set<String> singleValued,
Context context)
If a single-valued property occurs more than once, the new value is retained. |
static void |
Tools.retainNewest(Set<Property> newProperties,
Set<Property> oldProperties,
Set<String> singleValued,
Context context)
If a single-valued property occurs more than once, the new value is retained. |
InputStream |
ExchangeProperties.set(String vcr,
String version,
InputStream in,
Set<Property> newProperties,
Set<Property> oldProperties,
String mimeType,
Context context)
The method should return a stream the system can read from. |
InputStream |
ExchangeProperties.set(String vcr,
String version,
InputStream in,
Set<Property> newProperties,
Set<Property> oldProperties,
String mimeType,
Context context)
The method should return a stream the system can read from. |
XMLEventReader |
XMLExchangeProperties.set(String vcr,
String version,
XMLEventReader in,
Set<Property> newProperties,
Set<Property> oldProperties,
String mimeType,
Context context)
The method should return an event stream the system can read from. |
XMLEventReader |
XMLExchangeProperties.set(String vcr,
String version,
XMLEventReader in,
Set<Property> newProperties,
Set<Property> oldProperties,
String mimeType,
Context context)
The method should return an event stream the system can read from. |
static void |
Tools.setAtom(Set<Property> properties,
String key,
String value)
Sets the property in properties with the "atom:" prefix if
value is not null and not an empty string or a
string with only whitespace. |
static void |
Tools.setDublinCoreElement(Set<Property> properties,
String element,
String value)
Sets the property in properties with the "dc:" prefix if
value is not null and not an empty string or a
string with only whitespace. |
static void |
Tools.setDublinCoreTerm(Set<Property> properties,
String term,
String value)
Sets the property in properties with the "dcterms:" prefix if
value is not null and not an empty string or a
string with only whitespace. |
static void |
Tools.setKeywords(Set<Property> properties,
String keywords)
Sets the keywords in properties under the name "re:keyword" if
keywords is not null and not an empty string or a
string with only whitespace. |
static void |
Tools.setRe(Set<Property> properties,
String key,
String value)
Sets the property in properties with the "re:" prefix if
value is not null and not an empty string or a
string with only whitespace. |
static void |
Tools.setUserDefined(Set<Property> properties,
String name,
String value,
Context context)
Sets the property in properties if value is not
null and not an empty string or a string with only
whitespace. |
Uses of Property in be.re.repo.mod |
---|
Methods in be.re.repo.mod that return types with arguments of type Property | |
---|---|
Set<Property> |
ZippedDocumentExchanger.Get.get(InputStream in,
String name)
This method is called for each selected ZIP-entry. |
Method parameters in be.re.repo.mod with type arguments of type Property | |
---|---|
static InputStream |
ZippedDocumentExchanger.get(InputStream in,
Set<Property> properties,
ZippedDocumentExchanger.Get get,
String[] entryPatterns)
Retrieves properties from the document. |
void |
ZippedDocumentExchanger.Set.set(InputStream in,
OutputStream out,
Set<Property> newProperties,
Set<Property> oldProperties,
String name)
This method is called for each selected ZIP-entry. |
void |
ZippedDocumentExchanger.Set.set(InputStream in,
OutputStream out,
Set<Property> newProperties,
Set<Property> oldProperties,
String name)
This method is called for each selected ZIP-entry. |
static InputStream |
ZippedDocumentExchanger.set(InputStream in,
Set<Property> newProperties,
Set<Property> oldProperties,
ZippedDocumentExchanger.Set set,
String[] entryPatterns)
Updates properties in the document. |
static InputStream |
ZippedDocumentExchanger.set(InputStream in,
Set<Property> newProperties,
Set<Property> oldProperties,
ZippedDocumentExchanger.Set set,
String[] entryPatterns)
Updates properties in the document. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |