info.magnolia.objectfactory.configuration
Class ConfiguredComponentConfiguration<T>

java.lang.Object
  extended by info.magnolia.objectfactory.configuration.ComponentConfiguration<T>
      extended by info.magnolia.objectfactory.configuration.ConfiguredComponentConfiguration<T>
Type Parameters:
T - the type
All Implemented Interfaces:
Cloneable

public class ConfiguredComponentConfiguration<T>
extends ComponentConfiguration<T>

Configuration for a components which is configured in a workspace.

Version:
$Id$

Constructor Summary
ConfiguredComponentConfiguration()
           
ConfiguredComponentConfiguration(Class<T> type, String path)
           
ConfiguredComponentConfiguration(Class<T> type, String workspace, String path, boolean observed)
           
 
Method Summary
 String getPath()
           
 String getWorkspace()
           
 boolean isObserved()
           
 void setObserved(boolean observed)
           
 void setPath(String path)
           
 void setWorkspace(String workspace)
           
 
Methods inherited from class info.magnolia.objectfactory.configuration.ComponentConfiguration
clone, getScope, getType, isLazy, setLazy, setScope, setType
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfiguredComponentConfiguration

public ConfiguredComponentConfiguration()

ConfiguredComponentConfiguration

public ConfiguredComponentConfiguration(Class<T> type,
                                        String workspace,
                                        String path,
                                        boolean observed)

ConfiguredComponentConfiguration

public ConfiguredComponentConfiguration(Class<T> type,
                                        String path)
Method Detail

getWorkspace

public String getWorkspace()

setWorkspace

public void setWorkspace(String workspace)

getPath

public String getPath()

setPath

public void setPath(String path)

isObserved

public boolean isObserved()

setObserved

public void setObserved(boolean observed)


Copyright © 2003-2013 Magnolia International Ltd.. All Rights Reserved.