@NoExtend public class PathModel extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PathModel.Location
Classifies the generic location where the path is allowed to point
|
static class |
PathModel.Type |
| Constructor and Description |
|---|
PathModel(PathModel.Type type,
boolean acceptsUrls,
PathModel.Location location,
String[] fileExtensions) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptsUrls() |
boolean |
equals(Object obj) |
List<String> |
getFileExtensions() |
PathModel.Location |
getLocation() |
PathModel.Type |
getType() |
int |
hashCode() |
public PathModel(PathModel.Type type, boolean acceptsUrls, PathModel.Location location, String[] fileExtensions)
public List<String> getFileExtensions()
public PathModel.Type getType()
public boolean acceptsUrls()
public PathModel.Location getLocation()
PathModel.LocationCopyright © 2024 MuleSoft, Inc.. All rights reserved.