org.glassfish.hk2.inhabitants
Interface InhabitantParser
- All Known Implementing Classes:
- InhabitantFileBasedParser
public interface InhabitantParser
Abstraction of inhabitant meta-data retrieval capability.
- Author:
- Jerome Dochez
getIndexes
java.lang.Iterable<java.lang.String> getIndexes()
getImplName
java.lang.String getImplName()
setImplName
void setImplName(java.lang.String name)
getLine
java.lang.String getLine()
rewind
void rewind()
getMetaData
MultiMap<java.lang.String,java.lang.String> getMetaData()
Copyright © 2012 Oracle Corporation. All Rights Reserved.