@Target(value={PARAMETER,FIELD}) @Retention(value=RUNTIME) @Documented public @interface Path
Parameter as a path to a file or directory.
This annotation should only be used with String parameters.| Modifier and Type | Optional Element and Description |
|---|---|
String[] |
acceptedFileExtensions |
boolean |
acceptsUrls |
org.mule.runtime.api.meta.model.display.PathModel.Location |
location |
org.mule.runtime.api.meta.model.display.PathModel.Type |
type |
public abstract org.mule.runtime.api.meta.model.display.PathModel.Type type
public abstract boolean acceptsUrls
public abstract org.mule.runtime.api.meta.model.display.PathModel.Location location
PathModel.Locationpublic abstract String[] acceptedFileExtensions
Copyright © 2020. All rights reserved.