Class ClassLoaderModelProperty
java.lang.Object
org.mule.runtime.extension.api.property.ClassLoaderModelProperty
- All Implemented Interfaces:
Serializable,org.mule.runtime.api.meta.model.ModelProperty,org.mule.runtime.api.meta.NamedObject
public class ClassLoaderModelProperty
extends Object
implements org.mule.runtime.api.meta.model.ModelProperty
Links an
EnrichableModel with a ClassLoader.- Since:
- 1.0
- See Also:
-
Constructor Details
-
ClassLoaderModelProperty
Creates a new instance- Parameters:
classLoader- theClassLoaderthatthisinstance references
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceorg.mule.runtime.api.meta.model.ModelProperty- Specified by:
getNamein interfaceorg.mule.runtime.api.meta.NamedObject- Returns:
classLoader
-
isPublic
public boolean isPublic()- Specified by:
isPublicin interfaceorg.mule.runtime.api.meta.model.ModelProperty- Returns:
false
-
getClassLoader
- Returns:
- The referenced
ClassLoader
-