public class PathModel extends Object
| Constructor and Description |
|---|
PathModel(PathModelType type,
boolean acceptsUrls,
PathModelLocation location,
String[] fileExtensions) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptsUrls() |
boolean |
equals(Object obj) |
List<String> |
getFileExtensions() |
PathModelLocation |
getLocation() |
PathModelType |
getType() |
int |
hashCode() |
public PathModel(PathModelType type, boolean acceptsUrls, PathModelLocation location, String[] fileExtensions)
public PathModelType getType()
public boolean acceptsUrls()
public PathModelLocation getLocation()
Copyright © 2022 MuleSoft, Inc.. All rights reserved.