org.apache.tomcat.util.modeler.modules

Class MbeansDescriptorsDigesterSource

public class MbeansDescriptorsDigesterSource extends ModelerSource

Field Summary
protected static Digesterdigester
Method Summary
protected static DigestercreateDigester(Registry registry)
voidexecute()
ListloadDescriptors(Registry registry, String location, String type, Object source)
voidsetLocation(String loc)
voidsetRegistry(Registry reg)
voidsetSource(Object source)
voidsetType(String type)
Used if a single component is loaded

Field Detail

digester

protected static Digester digester

Method Detail

createDigester

protected static Digester createDigester(Registry registry)

execute

public void execute()

loadDescriptors

public List loadDescriptors(Registry registry, String location, String type, Object source)

setLocation

public void setLocation(String loc)

setRegistry

public void setRegistry(Registry reg)

setSource

public void setSource(Object source)

setType

public void setType(String type)
Used if a single component is loaded

Parameters: type

Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.