public class ParsedPath extends Objs
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<String> |
base
The file name including extension (if any) such as 'index.html'
|
Objs.Property<String> |
dir
The full directory path such as '/home/user/dir' or 'c:\path\dir'
|
Objs.Property<String> |
ext
The file extension (if any) such as '.html'
|
Objs.Property<String> |
name
The file name without extension (if any) such as 'index'
|
Objs.Property<String> |
root
The root of the path such as '/' or 'c:\'
|
Modifier | Constructor and Description |
---|---|
protected |
ParsedPath(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static ParsedPath |
$as(Object obj) |
String |
base() |
String |
dir() |
String |
ext() |
String |
name() |
String |
root() |
$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOf
public Objs.Property<String> root
public Objs.Property<String> dir
public Objs.Property<String> base
public Objs.Property<String> ext
public Objs.Property<String> name
protected ParsedPath(Objs.Constructor<?> c, Object js)
Copyright © 2018. All rights reserved.