org.jbehave.core.model
Class Meta

java.lang.Object
  extended by org.jbehave.core.model.Meta

public class Meta
extends Object


Nested Class Summary
static class Meta.Property
           
 
Field Summary
static String BLANK
           
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

EMPTY

public static final Meta EMPTY

BLANK

public static final String BLANK
See Also:
Constant Field Values
Constructor Detail

Meta

public Meta()

Meta

public Meta(Properties properties)

Meta

public Meta(List<String> properties)
Method Detail

getPropertyNames

public Set<String> getPropertyNames()

hasProperty

public boolean hasProperty(String name)

getProperty

public String getProperty(String name)

inheritFrom

public Meta inheritFrom(Meta meta)

isEmpty

public boolean isEmpty()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003-2011. All Rights Reserved.