com.bemoko.live.platform.mwc.config.elements.site
Class LiveConfigResourceLink

java.lang.Object
  extended by com.bemoko.live.platform.mwc.config.elements.AbstractNamedLiveConfig<T>
      extended by com.bemoko.live.platform.mwc.config.elements.AbstractNamedLiveConfigWithExpression<LiveConfigResourceLink>
          extended by com.bemoko.live.platform.mwc.config.elements.site.LiveConfigResourceLink
All Implemented Interfaces:
InheritableConfig<InheritableConfig<?>>, NamedLiveConfig, NamedLiveConfigWithExpression

public class LiveConfigResourceLink
extends AbstractNamedLiveConfigWithExpression<LiveConfigResourceLink>


Constructor Summary
LiveConfigResourceLink()
           
 
Method Summary
 String getContext()
           
 String getExcludes()
           
 List<Pattern> getExcludesAsPatternList()
           
 String getIncludes()
           
 List<Pattern> getIncludesAsPatternList()
           
 String getTo()
           
 String getType()
           
 String getUri()
           
 void setContext(String context)
           
 void setExcludes(String excludes)
           
 void setIncludes(String includes)
           
 void setTo(String to)
           
 void setType(String type)
           
 void setUri(String uri)
           
 String toString()
          
 
Methods inherited from class com.bemoko.live.platform.mwc.config.elements.AbstractNamedLiveConfigWithExpression
alwaysTrue, getExpr, isExprSet, refreshIdIfNotExplictlySet, setExpr, setName
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.bemoko.live.platform.mwc.config.elements.NamedLiveConfig
assertValid, getId, getName, setId
 
Methods inherited from interface com.bemoko.live.platform.mwc.config.elements.InheritableConfig
isInherit, setInherit
 

Constructor Detail

LiveConfigResourceLink

public LiveConfigResourceLink()
Method Detail

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>