public class PathModelType extends UnknownType
PathModel.| Constructor and Description |
|---|
PathModelType(String value) |
| Modifier and Type | Method and Description |
|---|---|
static PathModelType |
anyPathModelType(String value) |
static PathModelType |
directoryPathModelType(String value) |
static PathModelType |
filePathModelType(String value) |
boolean |
isAny() |
boolean |
isDirectory() |
boolean |
isFile() |
public PathModelType(String value)
public static PathModelType directoryPathModelType(String value)
public static PathModelType filePathModelType(String value)
public static PathModelType anyPathModelType(String value)
public boolean isDirectory()
public boolean isFile()
public boolean isAny()
Copyright © 2017 MuleSoft, Inc.. All rights reserved.