public class Meta extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Meta.Property |
Modifier and Type | Field and Description |
---|---|
static String |
BLANK |
static Meta |
EMPTY |
static String |
SPACE |
Constructor and Description |
---|
Meta() |
Meta(List<String> properties) |
Meta(Properties properties) |
Modifier and Type | Method and Description |
---|---|
String |
asString(Keywords keywords) |
static Meta |
createMeta(String meta,
Keywords keywords) |
String |
getProperty(String name) |
Set<String> |
getPropertyNames() |
boolean |
hasProperty(String name) |
Meta |
inheritFrom(Meta meta) |
boolean |
isEmpty() |
String |
toString() |
public static final Meta EMPTY
public static final String BLANK
public static final String SPACE
public Meta()
public Meta(Properties properties)
public boolean hasProperty(String name)
public boolean isEmpty()
Copyright © 2003–2015. All rights reserved.