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