com.bemoko.live.platform.mwc.config.elements.site
Class LiveConfigResourceLink
java.lang.Object
com.bemoko.live.platform.mwc.config.elements.AbstractNamedLiveConfig<T>
com.bemoko.live.platform.mwc.config.elements.AbstractNamedLiveConfigWithExpression<LiveConfigResourceLink>
com.bemoko.live.platform.mwc.config.elements.site.LiveConfigResourceLink
- All Implemented Interfaces:
- InheritableConfig<InheritableConfig<?>>, NamedLiveConfig, NamedLiveConfigWithExpression
public class LiveConfigResourceLink
- extends AbstractNamedLiveConfigWithExpression<LiveConfigResourceLink>
| Methods inherited from class com.bemoko.live.platform.mwc.config.elements.AbstractNamedLiveConfig |
assertValid, generateAutoName, getId, getIdExplicitlySet, getName, getNameExplicitlySet, internalSetName, isInherit, refreshNameIfNotExplictlySet, setId, setIdExplicitySet, setInherit, setNameExplicitySet |
LiveConfigResourceLink
public LiveConfigResourceLink()
setType
public void setType(String type)
- Parameters:
type - the file to set
getType
public String getType()
- Returns:
- the type
setContext
public void setContext(String context)
- Parameters:
context - the context to set
getContext
public String getContext()
- Returns:
- the context
setUri
public void setUri(String uri)
- Parameters:
uri - the uri to set
getUri
public String getUri()
- Returns:
- the uri
setTo
public void setTo(String to)
- Parameters:
to - the to to set
getTo
public String getTo()
- Returns:
- the to
setIncludes
public void setIncludes(String includes)
- Parameters:
includes - the includes to set
getIncludes
public String getIncludes()
- Returns:
- the includes
setExcludes
public void setExcludes(String excludes)
- Parameters:
excludes - the excludes to set
getExcludes
public String getExcludes()
- Returns:
- the excludes
getIncludesAsPatternList
public List<Pattern> getIncludesAsPatternList()
getExcludesAsPatternList
public List<Pattern> getExcludesAsPatternList()
toString
public String toString()
- Description copied from class:
AbstractNamedLiveConfigWithExpression
-
- Overrides:
toString in class AbstractNamedLiveConfigWithExpression<LiveConfigResourceLink>