org.nuiton.wikitty.publication
Class WikittyPropertieIndex
java.lang.Object
org.nuiton.wikitty.publication.WikittyPropertieIndex
public class WikittyPropertieIndex
- extends Object
Class used to store properties used as wikitty index.
Used by the wikitty service over jar.
- Author:
- mfortun
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
wikittyIndex
protected Properties wikittyIndex
- Index for wikitty
id-> path/wikittypubName
wikittyMetadata
protected Properties wikittyMetadata
- index for version information and mime type
id.mimetype-> "mimetype"
id.version -> "version"
WikittyPropertieIndex
public WikittyPropertieIndex(Properties wikittyIndex,
Properties wikittyMetadata)
getWikittyIndex
public Properties getWikittyIndex()
setWikittyIndex
public void setWikittyIndex(Properties wikittyIndex)
getWikittyMetadata
public Properties getWikittyMetadata()
setWikittyMetadata
public void setWikittyMetadata(Properties wikittyMetadata)
containtId
public boolean containtId(String id)
- return if the properties that index wikitty name and id
contain the id
- Parameters:
id -
- Returns:
- if the id is inside the index
getIds
public Set<Object> getIds()
Copyright © 2010-2011 CodeLutin. All Rights Reserved.