|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jbehave.core.model.Meta
public class Meta
Nested Class Summary | |
---|---|
static class |
Meta.Property
|
Field Summary | |
---|---|
static Meta |
EMPTY
|
Constructor Summary | |
---|---|
Meta()
|
|
Meta(List<String> properties)
|
|
Meta(Properties properties)
|
Method Summary | |
---|---|
String |
getProperty(String name)
|
Set<String> |
getPropertyNames()
|
boolean |
hasProperty(String name)
|
Meta |
inheritFrom(Meta meta)
|
boolean |
isEmpty()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final Meta EMPTY
Constructor Detail |
---|
public Meta()
public Meta(Properties properties)
public Meta(List<String> properties)
Method Detail |
---|
public Set<String> getPropertyNames()
public boolean hasProperty(String name)
public String getProperty(String name)
public Meta inheritFrom(Meta meta)
public boolean isEmpty()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |