Modifier and Type | Field and Description |
---|---|
static ContainerPath |
ContainerPath.ROOT
An instance of the root directory.
|
Modifier and Type | Method and Description |
---|---|
ContainerPath |
ContainerPath.createDirectory(String directoryName)
Creates a sub directory.
|
ContainerPath |
Container.Entity.getPath()
Gets a path of the entity.
|
Constructor and Description |
---|
Container.Entity(IContainer owner,
String name,
ContainerPath path)
Initializes a new instance of the
Entity class. |
Container.Entity(IContainer owner,
String name,
ContainerPath path,
String mediaType,
Container.EntityParameter... parameters)
Initializes a new instance of the
Entity class. |
Container.Entity(IContainer owner,
String name,
ContainerPath path,
String mediaType,
Date date,
long size,
Container.EntityParameter... parameters)
Initializes a new instance of the
Entity class. |
Copyright © 2019. All rights reserved.