Modifier and Type | Method and Description |
---|---|
Property |
OlogClientImpl.getProperty(String property) |
Property |
OlogClient.getProperty(String property)
return the complete property property
|
Property |
OlogClientImpl.set(PropertyBuilder property) |
Property |
OlogClient.set(PropertyBuilder property)
Create or replace property property
TODO: test creation of a new property, test changing this property, test old log entries still have old property structure
|
Property |
OlogClientImpl.update(PropertyBuilder property) |
Property |
OlogClient.update(PropertyBuilder property)
Update an existing property,
TODO: check non destructive nature, old attributes should not be touched.
|
Modifier and Type | Method and Description |
---|---|
Collection<Property> |
Log.getProperties()
Get all the
Property s associated with this log. |
Collection<Property> |
Log.getProperty(String propertyName)
return the
Property with name propertyName if it exists
on this log else return null. |
Collection<Property> |
OlogClientImpl.listProperties() |
Collection<Property> |
OlogClient.listProperties()
Get a list of all the Properties currently existing
|
Modifier and Type | Method and Description |
---|---|
static PropertyBuilder |
PropertyBuilder.property(Property property) |
Copyright © 2010-2014 Michigan State University. All Rights Reserved.