public class ExternalLibraryModel extends Object
| Constructor and Description |
|---|
ExternalLibraryModel(String name,
String description,
String requiredClassName,
String regexMatcher,
ExternalLibraryType type) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getName() |
Optional<String> |
getRegexMatcher()
If present, returns a regexp which must match the name of the library's file.
|
Optional<String> |
getRequiredClassName()
If present, the library should contain a class of the given name
|
ExternalLibraryType |
getType() |
public ExternalLibraryModel(String name, String description, String requiredClassName, String regexMatcher, ExternalLibraryType type)
public String getName()
nullpublic String getDescription()
public Optional<String> getRegexMatcher()
Optional regexp to match the library's file namepublic Optional<String> getRequiredClassName()
public ExternalLibraryType getType()
Copyright © 2017 MuleSoft, Inc.. All rights reserved.