|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Path in com.caucho.admin.action |
---|
Methods in com.caucho.admin.action that return Path | |
---|---|
Path |
PdfReportAction.getLogPath()
|
Methods in com.caucho.admin.action with parameters of type Path | |
---|---|
java.lang.String |
HeapDumpAction.execute(boolean isJvmHprof,
java.lang.String serverId,
Path hprofPath)
|
Uses of Path in com.caucho.amber.cfg |
---|
Methods in com.caucho.amber.cfg that return Path | |
---|---|
Path |
EntityMappingsConfig.getRoot()
|
Methods in com.caucho.amber.cfg with parameters of type Path | |
---|---|
void |
EntityMappingsConfig.setRoot(Path root)
|
Uses of Path in com.caucho.amber.gen |
---|
Methods in com.caucho.amber.gen that return Path | |
---|---|
Path |
AmberEnhancer.getPostWorkDir()
Returns the work directory. |
Path |
AmberEnhancer.getWorkDir()
Returns the work directory. |
Methods in com.caucho.amber.gen with parameters of type Path | |
---|---|
void |
AmberEnhancer.setConfigDirectory(Path dir)
Sets the config directory. |
Uses of Path in com.caucho.amber.manager |
---|
Methods in com.caucho.amber.manager with parameters of type Path | |
---|---|
void |
AmberContainer.addPersistenceUnit(Path root)
Adds a persistence root. |
void |
AmberContainer.classMatchEvent(EnvironmentClassLoader loader,
Path root,
java.lang.String className)
Callback to note the class matches |
boolean |
AmberContainer.isRootScannable(Path root,
java.lang.String packageRoot)
Returns true if the root is a valid scannable root. |
ScanClass |
AmberContainer.scanClass(Path root,
java.lang.String packageRoot,
java.lang.String className,
int modifiers)
|
Uses of Path in com.caucho.boot |
---|
Methods in com.caucho.boot that return Path | |
---|---|
protected Path |
AbstractDeployCommand.getDeployPath(com.caucho.boot.WatchdogArgs args)
|
protected Path |
DeployCommand.getDeployPath(com.caucho.boot.WatchdogArgs args)
|
Path |
BootResinConfig.getLogDirectory()
|
Path |
BootResinConfig.getResinDataDirectory()
|
Path |
BootResinConfig.getResinHome()
|
Path |
BootResinConfig.getRootDirectory()
|
Methods in com.caucho.boot with parameters of type Path | |
---|---|
void |
JniBoot.chown(Path path,
java.lang.String user,
java.lang.String group)
|
protected abstract CommitBuilder |
AbstractDeployCommand.createCommitBuilder(com.caucho.boot.WatchdogArgs args,
Path path)
|
protected CommitBuilder |
ConfigDeployCommand.createCommitBuilder(com.caucho.boot.WatchdogArgs args,
Path path)
|
protected CommitBuilder |
DeployCommand.createCommitBuilder(com.caucho.boot.WatchdogArgs args,
Path path)
|
protected void |
AbstractDeployCommand.deploy(com.caucho.boot.WatchdogArgs args,
WebAppDeployClient deployClient,
Path path,
CommitBuilder commit)
|
void |
BootResinConfig.setResinDataDirectory(Path path)
|
void |
BootResinConfig.setRootDirectory(Path rootDirectory)
|
Constructors in com.caucho.boot with parameters of type Path | |
---|---|
JniLoader(Path resinHome)
Create a new class loader. |
Uses of Path in com.caucho.cloud.license |
---|
Methods in com.caucho.cloud.license with parameters of type Path | |
---|---|
boolean |
LicenseClient.loadLicenses(Path licenses,
CloudPod cloudPod)
|
Uses of Path in com.caucho.config |
---|
Fields in com.caucho.config with type parameters of type Path | |
---|---|
static EnvironmentLocal<java.util.Map<Path,ConfigMXBean>> |
ConfigAdmin._environmentConfigs
|
Methods in com.caucho.config with parameters of type Path | |
---|---|
java.lang.Object |
Config.configure(java.lang.Object obj,
Path path)
Configures a bean with a configuration file. |
java.lang.Object |
Config.configure(java.lang.Object obj,
Path path,
Schema schema)
Configures a bean with a configuration file and schema. |
java.lang.Object |
Config.configure(java.lang.Object obj,
Path path,
java.lang.String schemaLocation)
Configures a bean with a configuration file and schema. |
void |
Config.configureBean(java.lang.Object obj,
Path path)
Configures a bean with a configuration file and schema. |
void |
Config.configureBean(java.lang.Object obj,
Path path,
Schema schema)
Configures a bean with a configuration file and schema. |
void |
Config.configureBean(java.lang.Object obj,
Path path,
java.lang.String schemaLocation)
Configures a bean with a configuration file and schema. |
static void |
ConfigAdmin.registerPath(Path path)
|
Uses of Path in com.caucho.config.cfg |
---|
Methods in com.caucho.config.cfg that return Path | |
---|---|
Path |
BeansConfig.getRoot()
Gets the web beans root directory |
Constructors in com.caucho.config.cfg with parameters of type Path | |
---|---|
BeansConfig(InjectManager injectManager,
Path root)
|
Uses of Path in com.caucho.config.core |
---|
Methods in com.caucho.config.core with parameters of type Path | |
---|---|
void |
ResinImport.setPath(Path path)
Sets the resin:import path. |
void |
ResinProperties.setPath(Path path)
Sets the resin:properties. |
Uses of Path in com.caucho.config.inject |
---|
Methods in com.caucho.config.inject that return Path | |
---|---|
Path |
ScanRootContext.getRoot()
|
Methods in com.caucho.config.inject that return types with arguments of type Path | |
---|---|
java.util.List<Path> |
InjectManager.getBeansXmlOverride(Path path)
|
Methods in com.caucho.config.inject with parameters of type Path | |
---|---|
void |
InjectManager.addBeansXmlOverride(Path path,
Path beansXmlPath)
|
void |
InjectManager.addXmlPath(Path path)
|
java.util.List<Path> |
InjectManager.getBeansXmlOverride(Path path)
|
Constructors in com.caucho.config.inject with parameters of type Path | |
---|---|
ScanRootContext(Path root,
java.lang.String packageRoot)
|
Uses of Path in com.caucho.config.type |
---|
Methods in com.caucho.config.type that return Path | |
---|---|
static Path |
PathType.lookupPath(java.lang.String string)
|
static Path |
PathType.lookupPath(java.lang.String string,
ELContext env)
|
static Path |
PathType.lookupPath(java.lang.String string,
ELContext env,
Path pwd)
|
Methods in com.caucho.config.type that return types with arguments of type Path | |
---|---|
java.lang.Class<Path> |
PathType.getType()
Returns the path class. |
Methods in com.caucho.config.type with parameters of type Path | |
---|---|
static Path |
PathType.lookupPath(java.lang.String string,
ELContext env,
Path pwd)
|
Uses of Path in com.caucho.config.types |
---|
Fields in com.caucho.config.types declared as Path | |
---|---|
protected Path |
BaseRef._modulePath
|
Methods in com.caucho.config.types that return Path | |
---|---|
Path |
FileSetType.getDir()
Gets the starting directory. |
static Path |
PathBuilder.lookupPath(java.lang.String string)
|
static Path |
PathBuilder.lookupPath(java.lang.String string,
java.util.ArrayList<?> vars)
|
static Path |
PathBuilder.lookupPath(java.lang.String string,
ELContext env)
|
static Path |
PathBuilder.lookupPath(java.lang.String string,
ELContext env,
Path pwd)
|
static Path |
PathBuilder.lookupPath(java.lang.String string,
java.util.Map<java.lang.String,java.lang.Object> map)
|
Path |
PathBuilder.replaceObject()
Replace with the real path. |
Methods in com.caucho.config.types that return types with arguments of type Path | |
---|---|
java.util.ArrayList<Path> |
FileSetType.getPaths()
Returns the set of files. |
java.util.ArrayList<Path> |
FileSetType.getPaths(java.util.ArrayList<Path> paths)
Returns the set of files. |
java.util.ArrayList<Path> |
FileSetType.getRoots()
|
Methods in com.caucho.config.types with parameters of type Path | |
---|---|
void |
FileSetType.filterPaths(Path path,
java.lang.String prefix,
FileSetType.PathCallback cb)
Returns the set of files. |
boolean |
FileSetType.isMatch(Path path,
java.lang.String prefix)
Returns the set of files. |
static Path |
PathBuilder.lookupPath(java.lang.String string,
ELContext env,
Path pwd)
|
void |
FileSetType.PathCallback.onMatch(Path path)
|
void |
FileSetType.setDir(Path dir)
Sets the starting directory. |
Method parameters in com.caucho.config.types with type arguments of type Path | |
---|---|
java.util.ArrayList<Path> |
FileSetType.getPaths(java.util.ArrayList<Path> paths)
Returns the set of files. |
Constructors in com.caucho.config.types with parameters of type Path | |
---|---|
BaseRef(Path modulePath)
|
|
BaseRef(Path modulePath,
java.lang.String sourceEjbName)
|
|
EjbLocalRef(Path path)
|
|
EjbLocalRef(Path path,
java.lang.String sourceEjbName)
|
|
EjbRef(Path modulePath)
|
|
EjbRef(Path modulePath,
java.lang.String sourceEjbName)
|
|
MessageDestinationRef(Path modulePath)
|
|
ResourceEnvRef(Path modulePath,
java.lang.String sourceEjbName)
|
Uses of Path in com.caucho.config.xml |
---|
Methods in com.caucho.config.xml with parameters of type Path | |
---|---|
void |
XmlStandardPlugin.addRoot(Path root)
|
void |
XmlStandardPlugin.addXmlPath(Path xmlPath)
|
Uses of Path in com.caucho.db |
---|
Methods in com.caucho.db that return Path | |
---|---|
Path |
Database.getPath()
Returns the path. |
Methods in com.caucho.db with parameters of type Path | |
---|---|
void |
Database.setPath(Path dir)
Sets the directory. |
Constructors in com.caucho.db with parameters of type Path | |
---|---|
Database(Path dir)
Creates the database. |
Uses of Path in com.caucho.db.block |
---|
Methods in com.caucho.db.block with parameters of type Path | |
---|---|
static BlockStore |
BlockStore.create(Path path)
Creates an independent store. |
static BlockStore |
BlockStore.create(Path path,
boolean isMmap)
Creates an independent store. |
static BlockStore |
BlockStore.createMmap(Path path)
Creates an independent store. |
static BlockStore |
BlockStore.createNoMmap(Path path)
Creates an independent store. |
Constructors in com.caucho.db.block with parameters of type Path | |
---|---|
BlockReadWrite(BlockStore store,
Path path,
boolean isEnableMmap)
Creates a new store. |
|
BlockStore(Database database,
java.lang.String name,
java.util.concurrent.locks.ReadWriteLock rowLock,
Path path)
Creates a new store. |
|
BlockStore(Database database,
java.lang.String name,
java.util.concurrent.locks.ReadWriteLock rowLock,
Path path,
boolean isEnableMmap)
Creates a new store. |
Uses of Path in com.caucho.db.debug |
---|
Constructors in com.caucho.db.debug with parameters of type Path | |
---|---|
DebugQuery(Path path)
|
|
DebugStore(Path path)
|
Uses of Path in com.caucho.db.index |
---|
Methods in com.caucho.db.index with parameters of type Path | |
---|---|
static BTree |
BTree.createStringTest(Path path,
int keySize)
|
static BTree |
BTree.createTest(Path path,
int keySize)
|
Uses of Path in com.caucho.db.jdbc |
---|
Methods in com.caucho.db.jdbc with parameters of type Path | |
---|---|
void |
ConnectionPoolDataSourceImpl.setPath(Path path)
Sets the path to the database. |
void |
DataSourceImpl.setPath(Path path)
Sets the path to the database. |
Constructors in com.caucho.db.jdbc with parameters of type Path | |
---|---|
DataSourceImpl(Path path)
Creates a new data source |
Uses of Path in com.caucho.ejb |
---|
Methods in com.caucho.ejb with parameters of type Path | |
---|---|
void |
EJBClientInterface.addEJBJar(Path jar)
Adds a jar |
void |
EJBServer.addEJBJar(Path ejbJar)
Adds an ejb jar. |
void |
EJBServer.addJarUrls(EnvironmentClassLoader loader,
Path root)
|
void |
EJBServer.setConfigDirectory(Path path)
|
Uses of Path in com.caucho.ejb.cfg |
---|
Methods in com.caucho.ejb.cfg that return Path | |
---|---|
Path |
EjbRootConfig.getRoot()
|
Methods in com.caucho.ejb.cfg with parameters of type Path | |
---|---|
void |
EjbBean.addDepend(Path path)
Add a dependency. |
void |
EjbConfig.addEjbPath(Path path)
Adds a path for an EJB config file to the config list. |
void |
EjbConfigManager.addEjbPath(Path root)
Adds a path for an EJB config file to the config list. |
void |
EjbConfigManager.configureRootPath(Path root)
|
EjbRootConfig |
EjbConfigManager.createRootConfig(Path root)
Returns an EjbRootConfig for a class-loader root. |
Constructors in com.caucho.ejb.cfg with parameters of type Path | |
---|---|
EjbJar(EjbConfig config,
java.lang.String ejbModuleName,
Path rootPath)
|
Uses of Path in com.caucho.ejb.manager |
---|
Methods in com.caucho.ejb.manager that return Path | |
---|---|
Path |
EjbManager.getWorkDir()
The work directory for EJB-generated files |
Methods in com.caucho.ejb.manager with parameters of type Path | |
---|---|
void |
EjbManager.classMatchEvent(EnvironmentClassLoader loader,
Path root,
java.lang.String className)
Callback to note the class matches |
void |
EjbManager.configureRootPath(Path root)
Adds a root URL |
boolean |
EjbManager.isRootScannable(Path root,
java.lang.String packageRoot)
Returns true if the root is a valid scannable root. |
ScanClass |
EjbManager.scanClass(Path root,
java.lang.String packageRoot,
java.lang.String className,
int modifiers)
|
void |
EjbManager.setWorkDir(Path workDir)
The work directory for EJB-generated files |
Method parameters in com.caucho.ejb.manager with type arguments of type Path | |
---|---|
void |
EjbManager.setScannableRoots(java.util.ArrayList<Path> roots)
|
Uses of Path in com.caucho.ejb.protocol |
---|
Methods in com.caucho.ejb.protocol that return Path | |
---|---|
Path |
ProtocolContainer.getWorkPath()
|
Methods in com.caucho.ejb.protocol with parameters of type Path | |
---|---|
void |
ProtocolContainer.setWorkPath(Path workPath)
|
Uses of Path in com.caucho.env.deploy |
---|
Methods in com.caucho.env.deploy that return Path | |
---|---|
Path |
DeployConfig.calculateRootDirectory()
Calculates the root directory for the config. |
Path |
DeployConfig.calculateRootDirectory(java.util.Map<java.lang.String,java.lang.Object> varMap)
Calculates the root directory for the config. |
Path |
ExpandDeployGenerator.getArchiveDirectory()
Gets the war expand directory. |
Path |
EnvironmentDeployController.getArchivePath()
|
Path |
ExpandDeployController.getArchivePath()
Gets the archive path. |
Path |
ExpandDeployGenerator.getArchivePath(java.lang.String name)
Returns the location for deploying an archive with the specified name. |
Path |
ExpandDeployGenerator.getExpandDirectory()
Gets the war expand directory. |
Path |
ExpandDeployGenerator.getExpandPath(java.lang.String key)
Returns the location of an expanded archive, or null if no archive with the passed name is deployed. |
Path |
ExpandDeployGenerator.getPath()
Gets the default path. |
Path |
ExpandDeployController.getRootDirectory()
Gets the root directory |
Methods in com.caucho.env.deploy with parameters of type Path | |
---|---|
protected void |
ExpandDeployController.removeExpandDirectory(Path path)
Recursively remove all files in a directory. |
protected void |
ExpandDeployController.removeExpandDirectory(Path path,
java.lang.String prefix)
Recursively remove all files in a directory. |
protected void |
ExpandDeployController.removeExpandFile(Path path,
java.lang.String prefix)
Removes an expanded file. |
void |
ExpandDeployGenerator.setArchiveDirectory(Path path)
Sets the war expand dir to check for new archive files. |
void |
ExpandDeployController.setArchivePath(Path path)
Sets the archive path. |
void |
ExpandDeployGenerator.setExpandDirectory(Path path)
Sets the war expand dir to check for new applications. |
void |
ExpandDeployGenerator.setExpandPath(Path path)
Sets the war expand dir to check for new applications. |
void |
ExpandDeployGenerator.setPath(Path path)
Sets the deploy directory. |
protected void |
ExpandDeployController.setRootDirectory(Path rootDirectory)
Sets the root directory |
Constructors in com.caucho.env.deploy with parameters of type Path | |
---|---|
EnvironmentDeployController(java.lang.String id,
Path rootDirectory)
|
|
EnvironmentDeployController(java.lang.String id,
Path rootDirectory,
C config,
DeployContainerApi<?> container)
|
|
ExpandDeployController(java.lang.String id,
java.lang.ClassLoader loader,
Path rootDirectory,
DeployContainerApi<?> container)
|
|
ExpandDeployGenerator(java.lang.String id,
DeployContainer<E> container,
Path containerRootDirectory)
Creates the deploy. |
Uses of Path in com.caucho.env.git |
---|
Methods in com.caucho.env.git with parameters of type Path | |
---|---|
java.lang.String |
GitCommitTree.addFile(java.lang.String treePath,
int mode,
Path filePath)
Adds a file to the commit tree |
void |
GitSystem.copyToFile(Path path,
java.lang.String sha1)
|
static GitSystem |
GitSystem.createAndAddService(Path root)
|
static GitCommitJar |
GitCommitJar.createDirectory(Path dir)
|
void |
GitSystem.expandToPath(Path path,
java.lang.String sha1)
|
void |
GitSystem.expandToPath(Path path,
java.lang.String sha1,
long now)
|
java.lang.String |
GitSystem.getBlobSha1(Path path)
Writes a file to the repository |
java.lang.String |
GitSystem.writeFile(Path path)
Writes a file to the repository |
Constructors in com.caucho.env.git with parameters of type Path | |
---|---|
GitCommitJar(Path jar)
|
|
GitObjectStream(Path path)
|
|
GitSystem(Path root)
|
Uses of Path in com.caucho.env.jpa |
---|
Methods in com.caucho.env.jpa that return Path | |
---|---|
Path |
ConfigPersistence.getRoot()
|
Methods in com.caucho.env.jpa with parameters of type Path | |
---|---|
void |
PersistenceManager.classMatchEvent(EnvironmentClassLoader loader,
Path root,
java.lang.String className)
Callback to note the class matches |
boolean |
PersistenceManager.isRootScannable(Path root,
java.lang.String packageRoot)
Returns true if the root is a valid scannable root. |
ScanClass |
PersistenceManager.scanClass(Path root,
java.lang.String packageRoot,
java.lang.String className,
int modifiers)
|
Constructors in com.caucho.env.jpa with parameters of type Path | |
---|---|
ConfigPersistence(Path root)
|
Uses of Path in com.caucho.env.repository |
---|
Methods in com.caucho.env.repository with parameters of type Path | |
---|---|
java.lang.String |
AbstractRepository.addArchive(Path path)
Adds a path to the repository. |
java.lang.String |
RepositorySpi.addArchive(Path path)
Adds a path as a jar/zip archive to the repository. |
java.lang.String |
AbstractRepository.addPath(Path path)
Adds a path to the repository. |
java.lang.String |
RepositorySpi.addPath(Path path)
Adds a path to the repository. |
java.lang.String |
AbstractRepository.commitArchive(CommitBuilder commit,
Path archivePath)
Convenience method for adding the content of a jar. |
java.lang.String |
Repository.commitArchive(CommitBuilder commitTag,
Path contentArchive)
Adds and commits a jar/zip archive |
java.lang.String |
AbstractRepository.commitPath(CommitBuilder commit,
Path directoryPath)
Convenience method for adding a path/directory. |
java.lang.String |
Repository.commitPath(CommitBuilder commitTag,
Path contentDirectory)
Adds and commits a full path, recursively |
abstract void |
AbstractRepository.expandToPath(java.lang.String contentHash,
Path path)
Expands the repository to the filesystem. |
void |
FileRepository.expandToPath(java.lang.String contentHash,
Path path)
Expands the repository to the filesystem. |
void |
RepositorySpi.expandToPath(java.lang.String contentHash,
Path path)
Expands the repository to the filesystem. |
Uses of Path in com.caucho.env.service |
---|
Methods in com.caucho.env.service that return Path | |
---|---|
static Path |
RootDirectorySystem.getCurrentDataDirectory()
Returns the data directory for current active directory service. |
Path |
RootDirectorySystem.getDataDirectory()
Returns the internal data directory. |
Path |
RootDirectorySystem.getRootDirectory()
Returns the root directory. |
Methods in com.caucho.env.service with parameters of type Path | |
---|---|
static RootDirectorySystem |
RootDirectorySystem.createAndAddService(Path rootDirectory)
|
static RootDirectorySystem |
RootDirectorySystem.createAndAddService(Path rootDirectory,
Path dataDirectory)
|
Constructors in com.caucho.env.service with parameters of type Path | |
---|---|
ResinSystem(java.lang.String id,
Path rootDirectory)
Creates a new servlet server. |
|
ResinSystem(java.lang.String id,
Path rootDirectory,
Path dataDirectory)
Creates a new servlet server. |
|
RootDirectorySystem(Path rootDirectory,
Path dataDirectory)
|
Uses of Path in com.caucho.env.vfs |
---|
Subclasses of Path in com.caucho.env.vfs | |
---|---|
class |
RepositoryPath
Virtual path based on an expansion repository |
Methods in com.caucho.env.vfs that return Path | |
---|---|
static Path |
RepositoryScheme.create(java.lang.String scheme,
java.lang.String tagId,
Path physicalRoot)
|
Path |
RepositoryScheme.getRoot()
|
Path |
RepositoryPath.schemeWalk(java.lang.String userPath,
java.util.Map<java.lang.String,java.lang.Object> newAttributes,
java.lang.String newPath,
int offset)
|
Path |
RepositoryPath.unwrap()
|
Methods in com.caucho.env.vfs with parameters of type Path | |
---|---|
static Path |
RepositoryScheme.create(java.lang.String scheme,
java.lang.String tagId,
Path physicalRoot)
|
Constructors in com.caucho.env.vfs with parameters of type Path | |
---|---|
RepositoryPath(RepositoryRoot repository,
RepositoryPath root,
Path physicalPath)
|
|
RepositoryPath(java.lang.String tagId,
Path physicalRoot)
|
|
RepositoryRoot(java.lang.String id,
RepositorySpi repository,
Path rootDirectory)
|
Uses of Path in com.caucho.http.log |
---|
Fields in com.caucho.http.log declared as Path | |
---|---|
protected Path |
AbstractAccessLog.path
|
Methods in com.caucho.http.log that return Path | |
---|---|
Path |
AbstractAccessLog.getPath()
Returns the access-log's path. |
Methods in com.caucho.http.log with parameters of type Path | |
---|---|
void |
AbstractAccessLog.setPath(Path path)
Sets the access-log's path. |
Uses of Path in com.caucho.java |
---|
Methods in com.caucho.java that return Path | |
---|---|
Path |
AbstractGenerator.getClassDir()
Returns the class dir for the generated class. |
protected Path |
InternalCompiler2.getClassDir()
|
static Path |
WorkDir.getLocalWorkDir()
Returns the local work directory. |
static Path |
WorkDir.getLocalWorkDir(java.lang.ClassLoader loader)
Returns the local work directory. |
Path |
AbstractGenerator.getSearchPath()
|
Path |
JavaCompilerUtil.getSourceDir()
Returns the directory where compiled classes go. |
static Path |
WorkDir.getTmpWorkDir()
Returns the user directory from /tmp/ |
Methods in com.caucho.java with parameters of type Path | |
---|---|
void |
JavaCompilerUtil.mergeSmap(Path classPath,
Path smapPath)
|
void |
AbstractGenerator.setClassDir(Path workPath)
Sets the work path for the generated class. |
void |
JavaCompilerUtil.setClassDir(Path path)
Sets the directory where compiled classes go. |
void |
TempDir.setId(Path path)
Sets the id. |
void |
WorkDir.setId(Path path)
Deprecated. |
static void |
WorkDir.setLocalWorkDir(Path path)
Sets the work dir. |
static void |
WorkDir.setLocalWorkDir(Path path,
java.lang.ClassLoader loader)
Sets the work dir. |
void |
AbstractGenerator.setSearchPath(Path path)
Sets the search path. |
void |
JavaCompilerUtil.setSourceDir(Path path)
Sets the directory the java source comes from. |
void |
WorkDir.setValue(Path path)
Sets the value. |
Uses of Path in com.caucho.java.gen |
---|
Methods in com.caucho.java.gen that return Path | |
---|---|
Path |
JavaClassGenerator.getClassFilePath(java.lang.String className)
|
static Path |
JavaClassGenerator.getDefaultSearchPath()
Returns the default merge path |
Path |
JavaClassGenerator.getSearchPath()
Returns the assigned search path. |
Path |
JavaClassGenerator.getWorkDir()
Returns the class dir for the generated class. |
Methods in com.caucho.java.gen with parameters of type Path | |
---|---|
void |
DependencyComponent.setSearchPath(Path searchPath)
Sets the search path. |
void |
JavaClassGenerator.setSearchPath(Path path)
Sets the search path. |
void |
JavaClassGenerator.setWorkDir(Path workPath)
Sets the work path for the generated class. |
Uses of Path in com.caucho.jca.cfg |
---|
Methods in com.caucho.jca.cfg with parameters of type Path | |
---|---|
void |
ResourceManagerConfig.setConfigDirectory(Path path)
Sets the configuration directory. |
Uses of Path in com.caucho.jca.ra |
---|
Methods in com.caucho.jca.ra that return Path | |
---|---|
Path |
ResourceDeploy.getArchiveDirectory()
|
Path |
ResourceDeploy.getArchivePath(java.lang.String name)
|
Path |
ResourceDeploy.getExpandDirectory()
Gets the rar expand directory. |
Path |
ResourceDeploy.getExpandPath()
Deprecated. use @getExpandDirectory |
Path |
ResourceDeploy.getExpandPath(java.lang.String name)
Returns the location of an expanded archive, or null if no archive with the passed name is deployed. |
Path |
ResourceDeploy.getPath()
Gets the rar directory. |
Path |
ResourceArchive.getRootDirectory()
Sets the root directory. |
Methods in com.caucho.jca.ra with parameters of type Path | |
---|---|
void |
ResourceDeploy.setExpandPath(Path path)
Sets the war expand dir to check for new applications. |
void |
ResourceDeploy.setPath(Path path)
Sets the rar directory. |
void |
ResourceArchive.setRarPath(Path rarPath)
Sets the path to the .ear file |
void |
ResourceArchive.setRootDirectory(Path rootDir)
Sets the root directory. |
Uses of Path in com.caucho.jms.file |
---|
Methods in com.caucho.jms.file that return Path | |
---|---|
Path |
FileQueueImpl.getPath()
|
Methods in com.caucho.jms.file with parameters of type Path | |
---|---|
void |
FileQueueImpl.setPath(Path path)
Deprecated. |
void |
FileTopicImpl.setPath(Path path)
Sets the path to the backing database |
Constructors in com.caucho.jms.file with parameters of type Path | |
---|---|
FileQueue(Path path,
java.lang.String name)
Deprecated. Test interface |
|
FileQueue(Path path,
java.lang.String name,
java.lang.String serverId)
Deprecated. Test interface |
|
FileQueueStore(Path path,
java.lang.String serverId)
|
|
FileQueueStore(Path path,
java.lang.String serverId,
java.lang.ClassLoader loader)
|
|
FileTopic(Path path,
java.lang.String name)
Deprecated. Test interface |
|
FileTopicImpl(Path path,
java.lang.String name,
java.lang.String serverId)
|
Uses of Path in com.caucho.jsp |
---|
Fields in com.caucho.jsp declared as Path | |
---|---|
protected Path |
JspBuilder._sourcePath
|
Methods in com.caucho.jsp that return Path | |
---|---|
Path |
JspCompiler.getAppDir()
Gets the source webApp directory. |
Path |
PageManager.getAppDir()
|
Path |
JspCompiler.getClassDir()
Gets the destination class directory. |
Path |
PageManager.getClassDir()
|
Path |
Taglib.getPath()
Gets the path. |
Path |
AppDirResourceManager.resolvePath(java.lang.String uri)
Resolves a path. |
Path |
AppResourceManager.resolvePath(java.lang.String uri)
Resolves a path. |
abstract Path |
JspResourceManager.resolvePath(java.lang.String uri)
Resolves a path. |
Path |
ParseState.resolvePath(java.lang.String uri)
Resolves a path. |
Methods in com.caucho.jsp with parameters of type Path | |
---|---|
protected void |
Page._caucho_addCacheDepend(Path path,
long lastModified,
long length)
Adds a single cache dependency. |
protected void |
Page._caucho_addDepend(Path path)
Adds a dependency to the page. |
protected void |
Page._caucho_addDepend(Path path,
long lastModified,
long length)
Adds a JSP source dependency. |
void |
ParseState.addDepend(Path path)
Add a dependency. |
Page |
JspCompiler.compile(Path jspPath,
java.lang.String uri)
Compiles the JSP file specified with jspFile. |
WebApp |
JspCompiler.createWebApp(Path rootDirectory)
Initialize values based on the ServletContext. |
protected abstract void |
JspGenerator.generate(Path path,
java.lang.String className)
Generates the JSP page. |
JspCompilerInstance |
JspCompiler.getCompilerInstance(Path jspPath,
java.lang.String uri)
Returns the compilation instance. |
JspCompilerInstance |
JspCompiler.getCompilerInstance(Path jspPath,
java.lang.String uri,
java.lang.String className)
Returns the compilation instance. |
Page |
PageManager.getPage(java.lang.String uri,
Path path)
Compiles and returns the page at the given path and uri. |
Page |
PageManager.getPage(java.lang.String uri,
java.lang.String pageURI,
Path path,
ServletConfig config)
Compiles and returns the page at the given path and uri. |
Page |
PageManager.getPage(java.lang.String uri,
java.lang.String pageURI,
Path path,
ServletConfig config,
java.util.ArrayList<PersistentDependency> dependList)
Compiles and returns the page at the given path and uri. |
java.lang.String |
JspGenerator.getSourceLines(Path source,
int errorLine)
|
TagInfo |
TagFileManager.getTag(Path path,
java.lang.String prefix,
java.lang.String location)
|
TagInfo |
TagFileManager.getTag(Path path,
java.lang.String location,
TagTaglib taglib)
|
void |
CauchoPage.init(Path path)
|
void |
Page.init(Path path)
|
void |
StaticPage.init(Path path)
|
void |
JspCompiler.setAppDir(Path path)
Sets the source webApp directory. |
void |
JspCompiler.ApplicationConfig.setAppDir(Path path)
|
void |
JspCompiler.setClassDir(Path path)
Sets the destination class directory. |
void |
JspCompiler.setClassDirectory(Path path)
Sets the destination class directory. |
void |
JspCompiler.ApplicationConfig.setDocumentDirectory(Path path)
|
void |
JspBuilder.setLocation(Path sourcePath,
java.lang.String filename,
int line)
Sets the source line number. |
void |
JspCompiler.ApplicationConfig.setRootDirectory(Path path)
|
static void |
StaticPage.writeDepend(Path dependPath,
java.util.ArrayList<PersistentDependency> dependList)
|
Constructors in com.caucho.jsp with parameters of type Path | |
---|---|
AppDirResourceManager(Path appDir)
Sets the application directory. |
Uses of Path in com.caucho.jsp.cfg |
---|
Methods in com.caucho.jsp.cfg that return Path | |
---|---|
Path |
TldTaglib.getJarPath()
Gets the jar path. |
Path |
TldPreload.getPath()
Gets the path. |
Methods in com.caucho.jsp.cfg with parameters of type Path | |
---|---|
void |
TldTaglib.setJarPath(Path path)
Sets the jar path. |
void |
TldPreload.setPath(Path path)
Sets the path to the tld. |
void |
JspPropertyGroup.setTldDir(Path tldDir)
Sets a restriction of the tld dir. |
Uses of Path in com.caucho.jsp.java |
---|
Fields in com.caucho.jsp.java declared as Path | |
---|---|
protected Path |
JspNode._sourcePath
|
Methods in com.caucho.jsp.java with parameters of type Path | |
---|---|
void |
JavaJspGenerator.addDepend(Path path)
|
protected void |
JavaJspGenerator.generate(Path path,
java.lang.String className)
Generates the JSP page. |
java.lang.String |
JavaJspGenerator.getSourceLines(Path source,
int errorLine)
|
void |
JspTagSupport.init(Path path)
|
void |
JspNode.setStartLocation(Path sourcePath,
java.lang.String filename,
int line)
Sets the start location of the node. |
Uses of Path in com.caucho.loader |
---|
Methods in com.caucho.loader that return Path | |
---|---|
Path |
DynamicClassLoader.findPath(java.lang.String name)
Returns the matching single-level path. |
Path |
ClassEntry.getClassPath()
Returns the path to the class file. |
Path |
JarLoader.getCodePath()
|
Path |
LibraryLoader.getCodePath()
|
Path |
PathLoader.getCodePath()
|
Path |
TreeLoader.getCodePath()
|
Path |
CompilingLoader.getPath()
Gets the class path. |
Path |
LibraryLoader.getPath()
The library loader's path. |
Path |
ResourceLoader.getPath()
Gets the resource path. |
Path |
SimpleLoader.getPath()
Gets the resource path. |
Path |
TreeLoader.getPath()
The directory loader's path. |
Path |
CompilingLoader.getPath(java.lang.String name)
Returns the path for the given name. |
Path |
JarListLoader.getPath(java.lang.String pathName)
Find a given path somewhere in the classpath |
Path |
Loader.getPath(java.lang.String name)
Returns a path for the given name. |
Path |
PathLoader.getPath(java.lang.String pathName)
Find a given path somewhere in the classpath |
Path |
ResourceLoader.getPath(java.lang.String name)
Given a class or resource name, returns a patch to that resource. |
Path |
SimpleLoader.getPath(java.lang.String name)
Given a class or resource name, returns a patch to that resource. |
Path |
CompilingLoader.getSource()
Sets the source path. |
Path |
ClassEntry.getSourcePath()
|
Methods in com.caucho.loader with parameters of type Path | |
---|---|
static void |
Environment.addDependency(Path path)
Adds a dependency to the current environment. |
static void |
Environment.addDependency(Path path,
java.lang.ClassLoader loader)
Adds a dependency to the current environment. |
void |
DynamicClassLoader.addJar(Path jar)
Adds a jar loader. |
protected void |
JarListLoader.addJar(Path jar)
|
void |
DynamicClassLoader.addJarManifestClassPath(Path path)
Adds jars based on a manifest classpath. |
void |
DynamicClassLoader.addManifestClassPath(java.lang.String classPath,
Path pwd)
Adds jars based on a manifest classpath. |
void |
DynamicClassLoader.addNative(Path path)
Adds a native path. |
void |
DynamicClassLoader.addPathClass(java.lang.String className,
Path path)
Adds a jar loader. |
void |
DynamicClassLoader.addRoot(Path root)
Adds a root loader. |
boolean |
DynamicClassLoader.addURL(Path path)
Adds the URL to the URLClassLoader. |
boolean |
DynamicClassLoader.containsURL(Path path)
Adds the URL to the URLClassLoader. |
static DynamicClassLoader |
LibraryLoader.create(java.lang.ClassLoader parent,
Path path)
Create a new class loader |
static DynamicClassLoader |
SimpleLoader.create(java.lang.ClassLoader parent,
Path path)
Create a class loader based on the SimpleLoader |
static DynamicClassLoader |
TreeLoader.create(java.lang.ClassLoader parent,
Path dir)
Create a new class loader |
static DynamicClassLoader |
CompilingLoader.create(java.lang.ClassLoader parent,
Path classDir,
Path sourceDir,
java.lang.String args,
java.lang.String encoding)
Creates a new compiling class loader |
static DynamicClassLoader |
SimpleLoader.create(java.lang.ClassLoader parent,
Path path,
java.lang.String prefix)
Create a class loader based on the SimpleLoader |
static DynamicClassLoader |
CompilingLoader.create(Path path)
Create a class loader based on the compiling loader |
static DynamicClassLoader |
SimpleLoader.create(Path path)
Create a class loader based on the SimpleLoader |
protected java.security.CodeSource |
CompilingLoader.getCodeSource(Path path)
Returns the code source for the directory. |
protected java.security.CodeSource |
Loader.getCodeSource(Path path)
Returns the code source for the path. |
protected java.security.CodeSource |
SimpleLoader.getCodeSource(Path path)
Returns the code source for the directory. |
void |
PathLoader.put(java.lang.String name,
Path path)
Adds a new path. |
void |
JarMap.scan(Path jar)
|
void |
JarMap.scan(Path jar,
com.caucho.loader.JarEntry jarEntry)
|
protected void |
ClassEntry.setDependPath(Path dependPath)
Sets the depend path. |
void |
ClasspathConfig.setId(Path id)
Sets the id. |
void |
CompilingLoader.setPath(Path path)
Sets the class path. |
void |
LibraryLoader.setPath(Path path)
The library loader's path. |
void |
ModuleConfig.setPath(Path path)
Sets a specific path to a jar file |
void |
ResourceLoader.setPath(Path path)
Sets the resource directory. |
void |
SimpleLoader.setPath(Path path)
Sets the resource directory. |
void |
TreeLoader.setPath(Path path)
The directory loader's path. |
void |
ClasspathConfig.setSource(Path source)
Sets the source. |
void |
CompilingLoader.setSource(Path path)
Sets the source path. |
Constructors in com.caucho.loader with parameters of type Path | |
---|---|
ClassEntry(DynamicClassLoader loader,
java.lang.String name,
Path sourcePath,
Path classPath,
java.security.CodeSource codeSource)
Create a loaded class entry |
|
ClassEntry(Loader loader,
java.lang.String name,
Path sourcePath,
Path classPath)
Create a loaded class entry |
|
CompilingLoader(java.lang.ClassLoader loader,
Path classDir)
Creates a new compiling class loader |
|
CompilingLoader(java.lang.ClassLoader loader,
Path classDir,
Path sourceDir,
java.lang.String args,
java.lang.String encoding)
Creates a new compiling class loader |
|
DirectoryLoader(java.lang.ClassLoader loader,
Path dir)
Creates a new directory loader. |
|
LibraryLoader(java.lang.ClassLoader loader,
Path path)
Creates a new directory loader. |
|
ResourceLoader(DynamicClassLoader loader,
Path path)
Creates the resource loader with the specified path. |
|
SimpleLoader(DynamicClassLoader loader,
Path path)
Creates the simple loader with the specified path. |
|
SimpleLoader(DynamicClassLoader loader,
Path path,
java.lang.String prefix)
Creates the simple loader with the specified path and prefix. |
|
TreeLoader(java.lang.ClassLoader loader,
Path dir)
Creates a new directory loader. |
Uses of Path in com.caucho.loader.enhancer |
---|
Methods in com.caucho.loader.enhancer that return Path | |
---|---|
Path |
EnhancerFixup.getPostWorkPath()
Gets the work path. |
Path |
EnhancerManager.getPostWorkPath()
Gets the work path. |
Path |
EnhancerPrepare.getPostWorkPath()
Gets the work path. |
Path |
EnhancingClassLoader.getPostWorkPath()
Gets the work path. |
Path |
EnhancerFixup.getPreWorkPath()
Gets the work path. |
Path |
EnhancerManager.getPreWorkPath()
Gets the work path. |
Path |
EnhancerPrepare.getPreWorkPath()
Gets the work path. |
Path |
EnhancingClassLoader.getPreWorkPath()
Gets the work path. |
Path |
EnhancerFixup.getWorkPath()
Gets the work path. |
Path |
EnhancerManager.getWorkPath()
Gets the work path. |
Path |
EnhancerPrepare.getWorkPath()
Gets the work path. |
Path |
EnhancingClassLoader.getWorkPath()
Gets the work path. |
Methods in com.caucho.loader.enhancer with parameters of type Path | |
---|---|
void |
ScanListener.classMatchEvent(EnvironmentClassLoader loader,
Path root,
java.lang.String className)
Callback to note the class matches |
boolean |
ScanListener.isRootScannable(Path root,
java.lang.String packageRoot)
Called to check if the archive should be scanned. |
protected void |
EnhancerFixup.mergeClasses(java.lang.String className,
Path targetPath,
Path extPath)
Merges the two classes. |
protected void |
EnhancerFixup.mergeClasses(java.lang.String className,
Path targetPath,
Path sourcePath,
Path extPath)
Merges the two classes. |
protected void |
EnhancerFixup.renameSubClass(java.lang.String className,
Path targetPath,
Path extPath)
Merges the two classes. |
void |
ScanManager.scan(EnvironmentClassLoader loader,
Path root,
java.lang.String packageRoot)
|
ScanClass |
ScanListener.scanClass(Path root,
java.lang.String packageRoot,
java.lang.String name,
int modifiers)
Returns the state when scanning the class |
void |
EnhancerFixup.setWorkPath(Path workPath)
Sets the work path. |
void |
EnhancerManager.setWorkPath(Path workPath)
Sets the work path. |
void |
EnhancerPrepare.setWorkPath(Path workPath)
Sets the work path. |
void |
EnhancingClassLoader.setWorkPath(Path workPath)
Sets the work path. |
Uses of Path in com.caucho.loader.ivy |
---|
Methods in com.caucho.loader.ivy that return Path | |
---|---|
Path |
IvyModule.getArtifactPath()
The path to the artifact |
Path |
IvyLoader.getIvyFile()
The ivy loader's path. |
Path |
IvyModule.getIvyPath()
The path to the ivy configuration file. |
Path |
IvyDependency.resolve(IvyCache cache)
|
Path |
IvyMergeDependency.resolve(IvyCache cache)
|
Path |
IvyCache.resolve(IvyDependency dependency)
Finds a dependency in the cache |
Path |
IvyCache.resolve(IvyDependency dependency,
java.lang.String rev)
Finds a dependency in the cache |
Methods in com.caucho.loader.ivy that return types with arguments of type Path | |
---|---|
java.util.ArrayList<Path> |
IvyManager.resolve()
|
Methods in com.caucho.loader.ivy with parameters of type Path | |
---|---|
IvyModule |
IvyManager.configureIvyFile(Path ivyFile)
|
IvyModule |
IvyManager.findIvyModule(Path ivyFile)
|
void |
IvyModule.setArtifactPath(Path artifactPath)
The path to the artifact |
void |
IvyCache.setDefaultCacheDir(Path dir)
Sets the main ivy cache directory |
void |
IvyLoader.setIvyFile(Path path)
The ivy loader's configuration path. |
void |
IvyManager.setIvyFile(Path ivyFile)
|
void |
IvyModule.setIvyPath(Path ivyPath)
The path to the ivy configuration file. |
Uses of Path in com.caucho.loader.maven |
---|
Methods in com.caucho.loader.maven with parameters of type Path | |
---|---|
Artifact |
MavenProject.toArtifact(Path path)
Returns the Artifact corresponding to the project. |
Uses of Path in com.caucho.loader.module |
---|
Methods in com.caucho.loader.module that return Path | |
---|---|
Path |
Artifact.getPath()
Returns the artifact's path |
Constructors in com.caucho.loader.module with parameters of type Path | |
---|---|
Artifact(Path path,
java.lang.String org,
java.lang.String module,
java.lang.String name,
ArtifactVersion version,
ArtifactDependency parent,
java.util.ArrayList<ArtifactDependency> dependencyList)
|
Uses of Path in com.caucho.log |
---|
Methods in com.caucho.log that return Path | |
---|---|
protected Path |
AbstractRolloverLog.getArchivePath(long time)
Returns the name of the archived file |
Path |
AbstractRolloverLog.getPath()
Returns the access-log's path. |
Path |
RotateLog.getPath()
Gets the output path. |
Path |
RotateStream.getPath()
Returns the Path associated with the stream. |
Path |
TimestampFilter.getPath()
|
protected Path |
AbstractRolloverLog.getPath(long time)
Returns the path of the format file |
Path |
AbstractRolloverLog.getPwd()
Returns the pwd for the rollover log |
Methods in com.caucho.log with parameters of type Path | |
---|---|
static RotateStream |
RotateStream.create(Path path)
Returns the rotate stream corresponding to this path |
void |
RotateLog.setHref(Path path)
Sets the output path (backward compat). |
void |
ErrorLog.setId(Path path)
Sets the error log path (compat). |
void |
AbstractRolloverLog.setPath(Path path)
Sets the access-log's path. |
void |
LogHandlerConfig.setPath(Path path)
Sets the path |
void |
PathHandler.setPath(Path path)
Sets the path |
void |
RotateLog.setPath(Path path)
Sets the output path. |
Constructors in com.caucho.log with parameters of type Path | |
---|---|
PathHandler(Path path)
Convenience method to create a path. |
Uses of Path in com.caucho.make |
---|
Methods in com.caucho.make with parameters of type Path | |
---|---|
void |
DependencyConfig.setPath(Path path)
Sets the path |
Uses of Path in com.caucho.message.journal |
---|
Constructors in com.caucho.message.journal with parameters of type Path | |
---|---|
JournalFile(Path path,
JournalRecoverListener listener)
|
Uses of Path in com.caucho.message.nautilus |
---|
Methods in com.caucho.message.nautilus with parameters of type Path | |
---|---|
void |
NautilusBroker.setPath(Path path)
|
Uses of Path in com.caucho.naming |
---|
Methods in com.caucho.naming that return Path | |
---|---|
Path |
PathJndiContext.getPath()
|
Constructors in com.caucho.naming with parameters of type Path | |
---|---|
PathJndiContext(Path path)
|
Uses of Path in com.caucho.protocols.flash |
---|
Methods in com.caucho.protocols.flash with parameters of type Path | |
---|---|
void |
SocketPolicyProtocol.setPolicyFile(Path path)
Sets the flash socket policy file. |
void |
SocketPolicyProtocol.setSocketPolicyFile(Path path)
|
Constructors in com.caucho.protocols.flash with parameters of type Path | |
---|---|
SocketPolicyRequest(ServletService server,
SocketLink connection,
Path policy)
|
Uses of Path in com.caucho.quercus |
---|
Methods in com.caucho.quercus that return Path | |
---|---|
Path |
QuercusContext.getIncludeCache(StringValue include,
java.lang.String includePath,
Path pwd,
Path scriptPwd)
Returns an include path. |
Path |
QuercusContext.getIniFile()
Returns the ini file. |
Path |
QuercusContext.getPwd()
Returns the working directory. |
Path |
QuercusContext.getWebInfDir()
|
Path |
QuercusContext.getWorkDir()
|
Methods in com.caucho.quercus with parameters of type Path | |
---|---|
void |
Quercus.execute(Path path)
|
Value |
QuercusEngine.execute(Path path)
Executes the script. |
java.lang.String |
QuercusContext.getClassName(Path path)
Returns the relative path. |
Path |
QuercusContext.getIncludeCache(StringValue include,
java.lang.String includePath,
Path pwd,
Path scriptPwd)
Returns an include path. |
boolean |
QuercusContext.includeExists(Path path)
Returns true if a precompiled page exists |
QuercusPage |
QuercusContext.parse(Path path)
Parses a quercus program. |
QuercusPage |
QuercusContext.parse(Path path,
java.lang.String fileName,
int line)
Parses a quercus program. |
void |
QuercusContext.putIncludeCache(StringValue include,
java.lang.String includePath,
Path pwd,
Path scriptPwd,
Path path)
Adds an include path. |
void |
QuercusContext.setIniFile(Path path)
Sets an ini file. |
void |
QuercusContext.setPwd(Path path)
Sets the working directory. |
void |
QuercusContext.setWebInfDir(Path path)
|
void |
QuercusContext.setWorkDir(Path workDir)
|
Uses of Path in com.caucho.quercus.env |
---|
Methods in com.caucho.quercus.env that return Path | |
---|---|
Path |
Env.getPwd()
Returns the current directory. |
Path |
Env.getSelfDirectory()
Returns the initial directory. |
Path |
Env.getSelfPath()
Returns the initial directory. |
Path |
Env.getTempDirectory()
Returns the temp directory (used by tmpfile()). |
Path |
Env.getUploadDirectory()
Returns the upload directory. |
Path |
Env.getWorkDir()
Returns the current directory. |
Path |
Env.lookup(StringValue relPath)
Looks up the path. |
Path |
Env.lookupInclude(StringValue relPath)
Looks up the path. |
Path |
Env.lookupPwd(Value relPathV)
Looks up based on the pwd. |
Methods in com.caucho.quercus.env that return types with arguments of type Path | |
---|---|
java.util.Map<Path,QuercusPage> |
SaveState.getIncludeMap()
Returns the list of included pages. |
Methods in com.caucho.quercus.env with parameters of type Path | |
---|---|
void |
Env.addRemovePath(Path path)
Adds an auto-remove path. |
static java.lang.String[] |
Env.getSourceLine(Path path,
int sourceLine,
int length)
Returns the source of an error line. |
Value |
Env.include(Path scriptPwd,
StringValue include,
boolean isRequire,
boolean isOnce)
Evaluates an included file. |
Value |
Env.includeOnce(Path scriptPwd,
StringValue include,
boolean isRequire)
Evaluates an included file. |
void |
Env.setPwd(Path path)
Sets the current directory. |
void |
Env.setSelfPath(Path path)
Sets the initial directory. |
Uses of Path in com.caucho.quercus.expr |
---|
Fields in com.caucho.quercus.expr declared as Path | |
---|---|
protected Path |
FunIncludeExpr._dir
|
protected Path |
FunIncludeOnceExpr._dir
|
Methods in com.caucho.quercus.expr with parameters of type Path | |
---|---|
Expr |
ExprFactory.createInclude(Location loc,
Path source,
Expr expr)
Creates an include expr |
Expr |
ExprFactory.createIncludeOnce(Location loc,
Path source,
Expr expr)
Creates an include expr |
Expr |
ExprFactory.createRequire(Location loc,
Path source,
Expr expr)
Creates an include expr |
Expr |
ExprFactory.createRequireOnce(Location loc,
Path source,
Expr expr)
Creates an include expr |
Constructors in com.caucho.quercus.expr with parameters of type Path | |
---|---|
FunIncludeExpr(Location location,
Path sourceFile,
Expr expr)
|
|
FunIncludeExpr(Location location,
Path sourceFile,
Expr expr,
boolean isRequire)
|
|
FunIncludeExpr(Path sourceFile,
Expr expr)
|
|
FunIncludeExpr(Path sourceFile,
Expr expr,
boolean isRequire)
|
|
FunIncludeOnceExpr(Location location,
Path sourceFile,
Expr expr)
|
|
FunIncludeOnceExpr(Location location,
Path sourceFile,
Expr expr,
boolean isRequire)
|
|
FunIncludeOnceExpr(Path sourceFile,
Expr expr)
|
|
FunIncludeOnceExpr(Path sourceFile,
Expr expr,
boolean isRequire)
|
Uses of Path in com.caucho.quercus.lib |
---|
Methods in com.caucho.quercus.lib with parameters of type Path | |
---|---|
static Value |
ExifModule.exif_imagetype(Env env,
Path file)
Determine the type of an image |
static Value |
ExifModule.exif_read_data(Env env,
Path file,
java.lang.String sections,
boolean arrays,
boolean thumbs)
Reads the EXIF headers from JPEG or TIFF |
static Value |
ExifModule.exif_thumbnail(Env env,
Path file,
int width,
int height,
int imageType)
Retrieve the embedded thumbnail of a TIFF or JPEG image |
Value |
HashModule.hash_file(Env env,
java.lang.String algorithm,
Path path,
boolean isBinary)
Hashes a file |
Value |
HashModule.hash_hmac_file(Env env,
java.lang.String algorithm,
Path path,
StringValue key,
boolean isBinary)
Hashes a file with the algorithm. |
Value |
HashModule.hash_update_file(Env env,
HashModule.HashContext context,
Path path)
Updates the hash with more data |
static ProcOpenResource |
MiscModule.proc_open(Env env,
java.lang.String command,
ArrayValue descriptorArray,
Value pipes,
Path pwd,
ArrayValue envArray,
ArrayValue options)
Basic implementation of proc_open. |
static Value |
ExifModule.read_exif_data(Env env,
Path file,
java.lang.String sections,
boolean arrays,
boolean thumbs)
Alias of exif_read_data() |
Uses of Path in com.caucho.quercus.lib.bam |
---|
Methods in com.caucho.quercus.lib.bam that return Path | |
---|---|
Path |
BamPhpActor.getScript()
|
Path |
BamPhpRootService.getScript()
|
Path |
BamPhpServiceManager.getScript()
|
Methods in com.caucho.quercus.lib.bam with parameters of type Path | |
---|---|
void |
BamPhpActor.setScript(Path script)
|
void |
BamPhpRootService.setScript(Path script)
|
void |
BamPhpServiceManager.setScript(Path script)
|
Constructors in com.caucho.quercus.lib.bam with parameters of type Path | |
---|---|
BamPhpActor(Path script,
java.lang.String encoding)
|
|
BamPhpServiceManager(Path script,
java.lang.String encoding)
|
Uses of Path in com.caucho.quercus.lib.db |
---|
Methods in com.caucho.quercus.lib.db with parameters of type Path | |
---|---|
boolean |
OracleOciLob.export(Env env,
Path file,
long start,
long length)
Exports LOB's contents to a file |
static boolean |
PostgresModule.pg_lo_export(Env env,
Postgres conn,
int oid,
Path path)
Export a large object to a file |
static LongValue |
PostgresModule.pg_lo_import(Env env,
Postgres conn,
Path path)
Import a large object from file |
static boolean |
PostgresModule.pg_loexport(Env env,
Postgres conn,
int oid,
Path path)
pg_lo_export() alias. |
static LongValue |
PostgresModule.pg_loimport(Env env,
Postgres conn,
Path path)
pg_lo_import() alias. |
static boolean |
PostgresModule.pg_trace(Env env,
Path path,
java.lang.String mode,
Postgres conn)
Enable tracing a PostgreSQL connection |
boolean |
OracleOciLob.q_import(Env env,
Path file)
Imports file data to the LOB |
boolean |
OracleOciLob.saveFile(Env env,
Path file)
Alias of import() |
boolean |
OracleOciLob.writeToFile(Env env,
Path file,
long start,
long length)
Alias of export() |
Uses of Path in com.caucho.quercus.lib.dom |
---|
Methods in com.caucho.quercus.lib.dom with parameters of type Path | |
---|---|
boolean |
DOMDocument.load(Env env,
Path path,
Value options)
|
boolean |
DOMDocument.loadHTMLFile(Env env,
Path path)
|
Value |
DOMDocument.save(Env env,
Path path,
Value options)
|
Value |
DOMDocument.saveHTMLFile(Env env,
Path path)
|
Uses of Path in com.caucho.quercus.lib.file |
---|
Methods in com.caucho.quercus.lib.file that return Path | |
---|---|
Path |
FileInput.getPath()
Returns the path. |
Path |
FileInputOutput.getPath()
Returns the path. |
Path |
FileOutput.getPath()
Returns the file's path. |
Path |
FileValue.getPath()
Returns the path. |
Methods in com.caucho.quercus.lib.file with parameters of type Path | |
---|---|
static boolean |
FileModule.chdir(Env env,
Path path)
Changes the working directory |
static boolean |
FileModule.chgrp(Env env,
Path file,
Value group)
Changes the group of the file. |
static boolean |
FileModule.chmod(Env env,
Path file,
int mode)
Changes the permissions of the file. |
static boolean |
FileModule.chown(Env env,
Path file,
Value user)
Changes the ownership of the file. |
static boolean |
FileModule.chroot(Env env,
Path path)
Changes the working directory, forming a virtual root |
static Value |
FileModule.disk_free_space(Env env,
Path directory)
Returns the free space for disk partition containing the directory |
static Value |
FileModule.disk_total_space(Env env,
Path directory)
Returns the total space for disk partition containing the directory |
static Value |
FileModule.diskfreespace(Env env,
Path directory)
Returns the total space for disk partition containing the directory |
static Value |
FileModule.filegroup(Env env,
Path path)
Returns the file's group |
static Value |
FileModule.fileinode(Env env,
Path path)
Returns the file's inocde |
static Value |
FileModule.fileperms(Env env,
Path path)
Returns the file's permissions |
static Value |
FileModule.filetype(Env env,
Path path)
Returns the file's type |
static boolean |
FileModule.is_executable(Env env,
Path path)
Returns true if the path is an executable file |
static boolean |
FileModule.is_file(Path path)
Returns true if the path is a file. |
static boolean |
FileModule.is_link(Env env,
Path path)
Returns true if the path is a symbolic link |
static boolean |
FileModule.is_readable(Path path)
Returns true if the path is readable |
static boolean |
FileModule.is_uploaded_file(Env env,
Path path)
Returns true for an uploaded file. |
boolean |
FileModule.link(Env env,
Path source,
Path destination)
Creates a hard link |
static long |
FileModule.linkinfo(Env env,
Path path)
|
static boolean |
FileModule.move_uploaded_file(Env env,
Path src,
StringValue dst)
Moves the uploaded file. |
static Value |
FileModule.parse_ini_file(Env env,
Path path,
boolean processSections)
Parses the ini file. |
static Value |
FileModule.readlink(Env env,
Path path)
The readlink |
static Value |
FileModule.realpath(Env env,
Path path)
Returns the actual path name. |
boolean |
FileModule.symlink(Env env,
Path source,
Path destination)
Creates a symlink |
static java.lang.String |
FileModule.tempnam(Env env,
Path dir,
java.lang.String prefix)
Creates a temporary file. |
Constructors in com.caucho.quercus.lib.file with parameters of type Path | |
---|---|
Directory(Env env,
Path dir)
|
|
FileInput(Env env,
Path path)
|
|
FileInputOutput(Env env,
Path path)
|
|
FileInputOutput(Env env,
Path path,
boolean append,
boolean truncate)
|
|
FileInputOutput(Env env,
Path path,
boolean append,
boolean truncate,
boolean temporary)
|
|
FileOutput(Env env,
Path path)
|
|
FileOutput(Env env,
Path path,
boolean isAppend)
|
|
FileReadValue(Path path)
|
|
FileValue(Path path)
|
|
FileWriteValue(Path path)
|
|
FileWriteValue(Path path,
boolean isAppend)
|
|
HttpInputOutput(Env env,
Path path,
StreamContextResource context)
|
Uses of Path in com.caucho.quercus.lib.gettext |
---|
Methods in com.caucho.quercus.lib.gettext that return Path | |
---|---|
Path |
GettextDomain.getPath()
|
Uses of Path in com.caucho.quercus.lib.image |
---|
Methods in com.caucho.quercus.lib.image with parameters of type Path | |
---|---|
static Value |
ImageModule.getimagesize(Env env,
Path file,
ArrayValue imageArray)
Returns the environment value. |
static void |
ImageModule.imagecreatefromgd(Path file)
Create a new image from GD file or URL |
static void |
ImageModule.imagecreatefromgd2(Path file)
Create a new image from GD2 file or URL |
static void |
ImageModule.imagecreatefromgd2part(Path file,
int srcX,
int srcY,
int width,
int height)
Create a new image from a given part of GD2 file or URL |
static QuercusImage |
ImageModule.imagecreatefromgif(Env env,
Path filename)
Create a new image from file or URL |
static QuercusImage |
ImageModule.imagecreatefromjpeg(Env env,
Path filename)
Create a new image from file or URL |
static QuercusImage |
ImageModule.imagecreatefrompng(Env env,
Path filename)
Create a new image from file or URL |
static QuercusImage |
ImageModule.imagecreatefromwbmp(Env env,
Path filename)
Create a new image from file or URL |
static Value |
ImageModule.imagecreatefromxbm(Env env,
Path filename)
Create a new image from file or URL |
static QuercusImage |
ImageModule.imagecreatefromxpm(Env env,
Path filename)
Create a new image from file or URL |
static void |
ImageModule.imagegd(QuercusImage image,
Path file)
Output GD image to browser or file |
static void |
ImageModule.imagegd2(QuercusImage image,
Path file)
Output GD2 image to browser or file |
static boolean |
ImageModule.imagegif(Env env,
QuercusImage image,
Path path)
Output image to browser or file |
static boolean |
ImageModule.imagejpeg(Env env,
QuercusImage image,
Path path,
int quality)
Output image to browser or file |
static long |
ImageModule.imageloadfont(Path file)
Load a new font |
static boolean |
ImageModule.imagepng(Env env,
QuercusImage image,
Path path)
Output a PNG image to either the browser or a file |
static boolean |
ImageModule.imagepsencodefont(Value fontIndex,
Path encodingFile)
Change the character encoding vector of a font |
static Value |
ImageModule.imagepsloadfont(Path fontFile)
Load a PostScript Type 1 font from file |
static void |
ImageModule.imagewbmp(QuercusImage image,
Path filename,
int threshhold)
Output image to browser or file |
Constructors in com.caucho.quercus.lib.image with parameters of type Path | |
---|---|
QuercusImage(Env env,
Path filename)
|
Uses of Path in com.caucho.quercus.lib.mcrypt |
---|
Methods in com.caucho.quercus.lib.mcrypt with parameters of type Path | |
---|---|
static Value |
McryptModule.mcrypt_module_open(Env env,
java.lang.String algorithm,
Path algorithm_directory,
java.lang.String mode,
Path mode_directory)
Open a new mcrypt object. |
static boolean |
McryptModule.mcrypt_module_self_test(Env env,
java.lang.String algorithm,
Path libDir)
Returns true for block modes |
Uses of Path in com.caucho.quercus.lib.pdf |
---|
Methods in com.caucho.quercus.lib.pdf with parameters of type Path | |
---|---|
PDFEmbeddedFile |
PDF.fit_embedded_file(Path path,
double x,
double y,
double width,
double height)
open image |
PDFImage |
PDF.load_image(java.lang.String type,
Path file,
java.lang.String optlist)
open image |
PDFImage |
PDF.open_image_file(java.lang.String type,
Path file,
java.lang.String stringParam,
int intParam)
open image |
static PDFImage |
PDFModule.pdf_load_image(PDF pdf,
java.lang.String imageType,
Path path,
java.lang.String optlist)
Loads an image |
static PDFImage |
PDFModule.pdf_open_image_file(PDF pdf,
java.lang.String imagetype,
Path filename,
java.lang.String stringparam,
int intparam)
Opens an image. |
Constructors in com.caucho.quercus.lib.pdf with parameters of type Path | |
---|---|
PDFEmbeddedFile(Path path)
|
|
PDFImage(Path path)
|
Uses of Path in com.caucho.quercus.lib.spl |
---|
Fields in com.caucho.quercus.lib.spl declared as Path | |
---|---|
protected Path |
SplFileInfo._path
|
Methods in com.caucho.quercus.lib.spl that return Path | |
---|---|
protected Path |
SplFileInfo.init(Env env,
StringValue fileName,
boolean isUseIncludePath)
|
Methods in com.caucho.quercus.lib.spl with parameters of type Path | |
---|---|
protected DirectoryIterator |
DirectoryIterator.createCurrentIterator(Env env,
Path path)
|
protected DirectoryIterator |
RecursiveDirectoryIterator.createCurrentIterator(Env env,
Path path)
|
Constructors in com.caucho.quercus.lib.spl with parameters of type Path | |
---|---|
DirectoryIterator(Path path)
|
|
FilesystemIterator(Path path,
int flags)
|
|
RecursiveDirectoryIterator(Path path,
int flags)
|
|
SplFileInfo(Path path)
|
Uses of Path in com.caucho.quercus.lib.string |
---|
Methods in com.caucho.quercus.lib.string with parameters of type Path | |
---|---|
static Value |
StringModule.md5_file(Env env,
Path source,
boolean rawOutput)
returns the md5 hash |
static Value |
StringModule.sha1_file(Env env,
Path source,
boolean rawOutput)
returns the md5 hash |
Uses of Path in com.caucho.quercus.lib.xml |
---|
Methods in com.caucho.quercus.lib.xml with parameters of type Path | |
---|---|
BooleanValue |
XmlReader.open(Env env,
Path path)
Opens a stream using the uniform resource locator. |
boolean |
XMLWriter.openURI(Env env,
Path path)
Opens the writer for a uri target |
static XMLWriter |
XMLWriterModule.xmlwriter_open_uri(Env env,
Path path)
Opens the writer for a uri target |
Uses of Path in com.caucho.quercus.page |
---|
Fields in com.caucho.quercus.page with type parameters of type Path | |
---|---|
protected LruCache<Path,java.lang.ref.SoftReference<QuercusProgram>> |
PageManager._programCache
|
Methods in com.caucho.quercus.page that return Path | |
---|---|
Path |
PageManager.getPwd()
Gets the owning directory. |
Path |
InterpretedPage.getPwd(Env env)
Returns the pwd according to the source page. |
Path |
QuercusPage.getPwd(Env env)
Returns the pwd according to the source page. |
Path |
InterpretedPage.getSelfPath(Env env)
Returns the pwd according to the source page. |
abstract Path |
QuercusPage.getSelfPath(Env env)
Returns the page's path. |
Methods in com.caucho.quercus.page with parameters of type Path | |
---|---|
protected void |
PageManager.clearProgram(Path path,
QuercusProgram program)
|
protected QuercusPage |
PageManager.compilePage(QuercusProgram program,
Path path)
|
QuercusPage |
PageManager.parse(Path path)
Returns a parsed or compiled quercus program. |
QuercusPage |
PageManager.parse(Path path,
java.lang.String fileName,
int line)
Returns a parsed or compiled quercus program. |
QuercusPage |
PageManager.parseImpl(Path path,
java.lang.String fileName,
int line)
|
boolean |
PageManager.precompileExists(Path path)
|
protected QuercusProgram |
PageManager.preloadProgram(Path path,
java.lang.String fileName)
|
Uses of Path in com.caucho.quercus.parser |
---|
Methods in com.caucho.quercus.parser with parameters of type Path | |
---|---|
static QuercusProgram |
QuercusParser.parse(QuercusContext quercus,
Path path,
ReadStream is)
|
static QuercusProgram |
QuercusParser.parse(QuercusContext quercus,
Path path,
java.lang.String encoding)
|
static QuercusProgram |
QuercusParser.parse(QuercusContext quercus,
Path path,
java.lang.String encoding,
java.lang.String fileName,
int line)
|
Function |
QuercusParser.parseFunction(java.lang.String name,
Path argPath,
Path codePath)
|
Constructors in com.caucho.quercus.parser with parameters of type Path | |
---|---|
QuercusParser(QuercusContext quercus,
Path sourceFile,
ReadStream is)
|
Uses of Path in com.caucho.quercus.program |
---|
Methods in com.caucho.quercus.program that return Path | |
---|---|
Path |
QuercusProgram.getSourcePath()
Returns the source path. |
Methods in com.caucho.quercus.program with parameters of type Path | |
---|---|
void |
QuercusProgram.addDepend(Path path)
Adds a dependency. |
Constructors in com.caucho.quercus.program with parameters of type Path | |
---|---|
QuercusProgram(QuercusContext quercus,
Path sourceFile,
java.util.HashMap<java.lang.String,Function> functionMap,
java.util.ArrayList<Function> functionList,
java.util.HashMap<java.lang.String,InterpretedClassDef> classMap,
java.util.ArrayList<InterpretedClassDef> classList,
FunctionInfo functionInfo,
Statement statement)
Creates a new quercus program |
|
QuercusProgram(QuercusContext quercus,
Path sourceFile,
QuercusPage page)
Creates a new quercus program |
Uses of Path in com.caucho.quercus.servlet |
---|
Methods in com.caucho.quercus.servlet that return Path | |
---|---|
protected Path |
GoogleStaticFileServlet.getPath(HttpServletRequest req)
|
protected Path |
QuercusServletImpl.getPath(HttpServletRequest req)
|
Uses of Path in com.caucho.relaxng |
---|
Methods in com.caucho.relaxng with parameters of type Path | |
---|---|
static Schema |
CompactVerifierFactoryImpl.compileFromPath(Path path)
Compile a schema. |
Schema |
CompactVerifierFactoryImpl.compileSchema(Path path)
Compile a schema. |
Uses of Path in com.caucho.resin |
---|
Methods in com.caucho.resin with parameters of type Path | |
---|---|
void |
ResinBeanContainer.addResourceRoot(Path path)
|
Uses of Path in com.caucho.security |
---|
Methods in com.caucho.security that return Path | |
---|---|
Path |
PropertiesAuthenticator.getPath()
Gets the path to the property file. |
Path |
XmlAuthenticator.getPath()
Gets the path to the XML file. |
Path |
XmlRoleMap.getPath()
Gets the path to the XML file. |
Methods in com.caucho.security with parameters of type Path | |
---|---|
void |
PropertiesAuthenticator.setPath(Path path)
Sets the path to the property file. |
void |
XmlAuthenticator.setPath(Path path)
Sets the path to the XML file. |
void |
XmlRoleMap.setPath(Path path)
Sets the path to the XML file. |
Uses of Path in com.caucho.security.x509 |
---|
Methods in com.caucho.security.x509 with parameters of type Path | |
---|---|
java.lang.String |
X509Parser.parseCertificate(Path path)
Parses the certificate in pkcs#10 |
Uses of Path in com.caucho.server.admin |
---|
Methods in com.caucho.server.admin that return Path | |
---|---|
Path |
ManagerActor.getHprofDir()
|
Path |
TransactionManager.getPath()
|
Methods in com.caucho.server.admin with parameters of type Path | |
---|---|
void |
Management.setManagementPath(Path managementPath)
Deprecated. |
void |
Management.setPath(Path path)
|
Constructors in com.caucho.server.admin with parameters of type Path | |
---|---|
TransactionManager(Path path)
Deprecated. |
Uses of Path in com.caucho.server.cluster |
---|
Methods in com.caucho.server.cluster that return Path | |
---|---|
Path |
ServletService.getResinDataDirectory()
Returns the admin path |
Path |
Cluster.ClusterVar.getRoot()
Returns the root directory. |
Path |
ServletContainerConfig.ClusterVar.getRoot()
Returns the root directory. |
Path |
ServletContainerConfig.ServerVar.getRoot()
Deprecated. backwards compat. |
Path |
Cluster.ClusterVar.getRootDir()
Returns the root directory. |
Path |
ServletContainerConfig.ClusterVar.getRootDir()
Returns the root directory. |
Path |
Cluster.ClusterVar.getRootDirectory()
Returns the root directory. |
Path |
ServletContainerConfig.ClusterVar.getRootDirectory()
Returns the root directory. |
Path |
ServletService.getRootDirectory()
Sets the root directory. |
Methods in com.caucho.server.cluster with parameters of type Path | |
---|---|
void |
ServletContainerConfig.setRootDir(Path path)
Sets the root directory. |
void |
ServletContainerConfig.setRootDirectory(Path path)
Sets the root directory. |
void |
ServletService.setRootDirectory(Path path)
Sets the root directory. |
Uses of Path in com.caucho.server.deploy |
---|
Methods in com.caucho.server.deploy with parameters of type Path | |
---|---|
java.lang.String |
DeployClient.commitArchive(CommitBuilder commit,
Path jar)
Uploads the contents of a jar/zip file to a Resin server. |
java.lang.String |
DeployClient.commitPath(CommitBuilder commit,
Path path)
Uploads the contents of a jar/zip file to a Resin server. |
Uses of Path in com.caucho.server.distcache |
---|
Methods in com.caucho.server.distcache with parameters of type Path | |
---|---|
void |
PersistentStoreConfig.setPath(Path path)
Deprecated. |
Uses of Path in com.caucho.server.e_app |
---|
Methods in com.caucho.server.e_app that return Path | |
---|---|
protected Path |
EarDeployController.calculateRootDirectory()
|
Path |
EarDeployController.getEarRootDir()
Returns the ear directory set by the hosts-directory. |
Path |
EnterpriseApplication.getRootDirectory()
Sets the root directory. |
Methods in com.caucho.server.e_app with parameters of type Path | |
---|---|
void |
ApplicationConfig.Module.addEjb(Path path)
Adds a new ejb module. |
void |
EnterpriseApplication.Module.addEjb(Path path)
Adds a new ejb module. |
void |
ApplicationConfig.Module.addJava(Path path)
Adds a new java module. |
void |
EnterpriseApplication.Module.addJava(Path path)
Adds a new java module. |
void |
EnterpriseApplication.setEarPath(Path earPath)
Sets the path to the .ear file |
void |
EarDeployController.setEarRootDir(Path rootDir)
Sets the host directory by the resin.conf |
void |
EnterpriseApplication.setWebapps(Path webappsPath)
Sets the path to the expanded webapps |
Uses of Path in com.caucho.server.hmux |
---|
Subclasses of Path in com.caucho.server.hmux | |
---|---|
class |
HmuxPath
The HTTP scheme. |
Methods in com.caucho.server.hmux that return Path | |
---|---|
protected Path |
HmuxPath.cacheCopy()
|
Path |
HmuxPath.fsWalk(java.lang.String userPath,
java.util.Map<java.lang.String,java.lang.Object> attributes,
java.lang.String uri)
Scans the path portion of the URI, i.e. |
Path |
HmuxPath.lookupImpl(java.lang.String userPath,
java.util.Map<java.lang.String,java.lang.Object> newAttributes,
boolean isAllowRoot)
Overrides the default lookup to parse the host and port before parsing the path. |
Path |
HmuxPath.schemeWalk(java.lang.String userPath,
java.util.Map<java.lang.String,java.lang.Object> attributes,
java.lang.String uri,
int offset)
Walk down the path starting from the portion immediately following the scheme. |
Uses of Path in com.caucho.server.host |
---|
Methods in com.caucho.server.host that return Path | |
---|---|
Path |
HostVar.getDocDir()
|
Path |
HostVar.getDocumentDirectory()
|
Path |
HostVar.getRoot()
|
Path |
HostVar.getRootDir()
Deprecated. |
Path |
Host.getRootDirectory()
|
Path |
HostContainer.getRootDirectory()
Gets the root directory. |
Path |
HostVar.getRootDirectory()
Deprecated. |
Path |
HostVar.getWarDir()
|
Path |
HostVar.getWarDirectory()
|
Path |
HostVar.getWarExpandDir()
|
Path |
HostVar.getWarExpandDirectory()
|
Methods in com.caucho.server.host with parameters of type Path | |
---|---|
void |
HostController.addDepend(Path depend)
Adds a dependent file. |
void |
Host.setDocumentDirectory(Path docDir)
Sets the doc dir. |
void |
HostContainer.setRootDir(Path path)
Deprecated. |
void |
HostContainer.setRootDirectory(Path path)
Sets the root directory. |
void |
Host.setWarDir(Path warDir)
Sets the war-dir for backwards compatibility. |
void |
Host.setWarExpandDir(Path warDir)
Sets the war-expand-dir. |
Constructors in com.caucho.server.host with parameters of type Path | |
---|---|
HostController(java.lang.String id,
Path rootDirectory,
java.lang.String hostName,
HostContainer container)
|
Uses of Path in com.caucho.server.http |
---|
Methods in com.caucho.server.http with parameters of type Path | |
---|---|
void |
AbstractCauchoRequest.addCloseOnExit(Path path)
|
void |
HttpServletRequestImpl.addCloseOnExit(Path path)
Adds a file to be removed at the end. |
void |
AbstractResponseStream.sendFile(Path path,
long offset,
long length)
Sends a file. |
void |
HttpResponseStream.sendFile(Path path,
long offset,
long length)
Sends a file. |
Uses of Path in com.caucho.server.httpcache |
---|
Methods in com.caucho.server.httpcache that return Path | |
---|---|
Path |
AbstractProxyCache.getPath()
Returns the path from the cache directory. |
Methods in com.caucho.server.httpcache with parameters of type Path | |
---|---|
void |
AbstractProxyCache.setDir(Path path)
Sets the path to the cache directory (backwards compatibility). |
void |
AbstractProxyCache.setPath(Path path)
Sets the path to the cache directory. |
Constructors in com.caucho.server.httpcache with parameters of type Path | |
---|---|
TempFileManager(Path path)
|
Uses of Path in com.caucho.server.log |
---|
Fields in com.caucho.server.log declared as Path | |
---|---|
protected Path |
AbstractAccessLog._path
|
Methods in com.caucho.server.log that return Path | |
---|---|
Path |
AbstractAccessLog.getPath()
Returns the access-log's path. |
Methods in com.caucho.server.log with parameters of type Path | |
---|---|
void |
AbstractAccessLog.setId(Path path)
Sets the access-log's path (backwards compatibility). |
void |
AbstractAccessLog.setPath(Path path)
Sets the access-log's path. |
void |
AccessLog.setPath(Path path)
Sets the log path |
Uses of Path in com.caucho.server.repository |
---|
Methods in com.caucho.server.repository that return types with arguments of type Path | |
---|---|
protected java.util.ArrayList<Path> |
ProjectJarRepository.getJarList()
|
Methods in com.caucho.server.repository with parameters of type Path | |
---|---|
void |
ProjectJarRepository.setPath(Path path)
|
Uses of Path in com.caucho.server.resin |
---|
Methods in com.caucho.server.resin that return Path | |
---|---|
Path |
ResinVar.getConf()
Returns the resin config. |
Path |
Resin.getConfDirectory()
|
Path |
ResinArgs.getDataDirectory()
Gets the root directory. |
Path |
JavaVar.getHome()
Returns the JDK home |
Path |
ResinVar.getHome()
Returns the resin home. |
Path |
Resin.getLicenseDirectory()
|
Path |
ResinArgs.getLicenseDirectory()
|
Path |
Resin.getLogDirectory()
|
abstract Path |
ResinELContext.getLogDirectory()
|
Path |
ResinVar.getLogDirectory()
|
Path |
ManagementCompatConfig.getPath()
|
Path |
Resin.getResinConf()
The configuration file used to start the server. |
abstract Path |
ResinELContext.getResinConf()
|
Path |
ResinArgs.getResinConfPath()
|
Path |
Resin.getResinDataDirectory()
Returns the resin-data directory |
Path |
Resin.getResinHome()
Returns resin.home. |
Path |
ResinArgs.getResinHome()
|
abstract Path |
ResinELContext.getResinHome()
|
Path |
ResinVar.getRoot()
Returns the root directory. |
Path |
ResinVar.getRootDir()
Deprecated. use ResinVar.getRoot() |
Path |
Resin.getRootDirectory()
Gets the root directory. |
Path |
ResinArgs.getRootDirectory()
Gets the root directory. |
abstract Path |
ResinELContext.getRootDirectory()
|
Path |
ResinVar.getRootDirectory()
Deprecated. use ResinVar.getRoot() |
protected Path |
Resin.getServerDataDirectory()
|
Path |
ResinArgs.getUserProperties()
|
Methods in com.caucho.server.resin with parameters of type Path | |
---|---|
void |
BootConfig.configureFile(Path path)
|
void |
Resin.configureFile(Path path)
|
void |
ResinConfig.setAdminPath(Path path)
Deprecated. |
void |
ResinArgs.setDataDirectory(Path path)
Sets the root directory. |
void |
Resin.setLicenseDirectory(Path licenseDirectory)
|
void |
ResinArgs.setLicenseDirectory(Path licenseDirectory)
|
void |
ManagementCompatConfig.setPath(Path path)
|
void |
ResinConfig.setResinDataDirectory(Path path)
Deprecated. |
void |
Resin.setRootDirectory(Path path)
|
void |
ResinArgs.setRootDirectory(Path root)
|
void |
ResinConfig.setRootDirectory(Path root)
|
Constructors in com.caucho.server.resin with parameters of type Path | |
---|---|
BootConfig(ResinSystem resinSystem,
java.lang.String serverId,
Path resinHome,
Path rootDirectory,
Path logDirectory,
Path resinConf,
boolean isProfessional,
BootConfig.BootType bootType)
|
Uses of Path in com.caucho.server.rewrite |
---|
Methods in com.caucho.server.rewrite with parameters of type Path | |
---|---|
void |
ImportRule.setPath(Path path)
|
Uses of Path in com.caucho.server.util |
---|
Methods in com.caucho.server.util that return Path | |
---|---|
static Path |
CauchoSystem.getResinHome()
Gets the Path used as ResinHome. |
static Path |
CauchoSystem.getWorkPath()
Returns a path to the work directory. |
Methods in com.caucho.server.util with parameters of type Path | |
---|---|
static void |
CauchoSystem.setResinHome(Path path)
Sets the Path to be used as ResinHome. |
Uses of Path in com.caucho.server.webapp |
---|
Methods in com.caucho.server.webapp that return Path | |
---|---|
Path |
WebAppController.Var.getAppDir()
|
Path |
ServletContextImpl.getCauchoPath(java.lang.String name)
|
Path |
WebAppController.Var.getDocDir()
|
Path |
WebAppContainer.getDocumentDirectory()
Gets the document directory. |
Path |
WebAppController.Var.getRoot()
|
Path |
WebAppController.Var.getRootDir()
|
Path |
ServletContextImpl.getRootDirectory()
|
Path |
WebApp.getRootDirectory()
Gets the webApp directory. |
Path |
WebAppContainer.getRootDirectory()
Gets the root directory. |
Path |
WebAppContainer.getWarDir()
Gets the war-dir. |
Path |
WebAppContainer.getWarExpandDir()
Gets the war-expand-dir. |
Methods in com.caucho.server.webapp with parameters of type Path | |
---|---|
void |
WebApp.addConfigFile(Path path)
Backwards compatability for config-file. |
void |
WebAppController.addDepend(Path path)
Adds a dependent file. |
protected void |
WebAppController.removeExpandFile(Path path,
java.lang.String relPath)
Override to prevent removing of special files. |
void |
WebApp.setAppDir(Path appDir)
Sets the webApp directory. |
void |
WebAppContainer.setDocDir(Path path)
Sets the document directory. |
void |
WebApp.setDocumentDirectory(Path appDir)
Sets the document directory (app-dir). |
void |
WebAppContainer.setDocumentDirectory(Path path)
Sets the document directory. |
void |
WebApp.setRootDirectory(Path appDir)
Sets the root directory (app-dir). |
void |
WebAppContainer.setRootDirectory(Path path)
Sets the root directory. |
void |
WebAppSingleDeployGenerator.setRootDirectory(Path rootDirectory)
Sets the root directory. |
void |
WebApp.setTempDir(Path path)
Sets the temporary directory |
void |
WebAppContainer.setWarDir(Path warDir)
Sets the war-dir for backwards compatibility. |
void |
WebAppContainer.setWarExpandDir(Path warDir)
Sets the war-expand-dir. |
Constructors in com.caucho.server.webapp with parameters of type Path | |
---|---|
RewriteRealPath(Path appDir)
|
|
UnknownWebAppController(java.lang.String id,
Path rootDirectory,
WebAppContainer container)
|
|
WebAppContainer(ServletService server,
Host host,
Path rootDirectory,
EnvironmentClassLoader loader,
Lifecycle lifecycle)
Creates the webApp with its environment loader. |
|
WebAppController(Path rootDirectory,
WebAppContainer container,
java.lang.String contextPath)
|
|
WebAppController(java.lang.String id,
Path rootDirectory,
WebAppContainer container)
|
|
WebAppController(java.lang.String id,
Path rootDirectory,
WebAppContainer container,
java.lang.String contextPath)
|
Uses of Path in com.caucho.servlets |
---|
Constructors in com.caucho.servlets with parameters of type Path | |
---|---|
DirectoryServlet(Path context)
|
Uses of Path in com.caucho.servlets.ssi |
---|
Methods in com.caucho.servlets.ssi with parameters of type Path | |
---|---|
Statement |
SSIFactory.createStatement(java.lang.String cmd,
java.util.HashMap<java.lang.String,java.lang.String> attr,
Path path)
Return a statement, or null if the cmd is not known. |
static SSIExpr |
ExprParser.parseConcat(java.lang.String expr,
Path path)
parse a string. |
static SSIExpr |
ExprParser.parseString(java.lang.String expr,
Path path)
parse a string. |
Uses of Path in com.caucho.servlets.webdav |
---|
Methods in com.caucho.servlets.webdav that return Path | |
---|---|
protected Path |
ApplicationPath.getPath(java.lang.String path,
HttpServletRequest request,
ServletContext app)
Returns the underlying path. |
protected Path |
FilePath.getPath(java.lang.String path,
HttpServletRequest request,
ServletContext app)
Returns the underlying path. |
protected Path |
XmlApplicationPath.getPath(java.lang.String path,
HttpServletRequest request,
ServletContext app)
Returns the underlying path. |
Path |
FilePath.getRoot()
Returns the root path. |
Path |
XmlApplicationPath.getRoot()
Returns the root path. |
Methods in com.caucho.servlets.webdav with parameters of type Path | |
---|---|
void |
FilePath.setRoot(Path path)
path the root path. |
void |
XmlApplicationPath.setRoot(Path path)
path the root path. |
Constructors in com.caucho.servlets.webdav with parameters of type Path | |
---|---|
FilePath(Path root)
|
Uses of Path in com.caucho.transaction.xalog |
---|
Methods in com.caucho.transaction.xalog with parameters of type Path | |
---|---|
abstract void |
AbstractXALogManager.setPath(Path path)
Sets a log path. |
Uses of Path in com.caucho.util |
---|
Methods in com.caucho.util that return Path | |
---|---|
static Path |
BeanUtil.lookupPath(java.lang.String pathName,
java.util.HashMap varMap,
Path pwd)
Returns the native path for a configured path name. |
Methods in com.caucho.util with parameters of type Path | |
---|---|
static Path |
BeanUtil.lookupPath(java.lang.String pathName,
java.util.HashMap varMap,
Path pwd)
Returns the native path for a configured path name. |
Uses of Path in com.caucho.vfs |
---|
Subclasses of Path in com.caucho.vfs | |
---|---|
class |
ClasspathPath
The classpath scheme. |
class |
ConfigPath
ConfigPath implements remote configuration scheme. |
class |
ConstPath
|
class |
DatastorePath
|
class |
FilePath
FilePath implements the native filesystem. |
class |
FilesystemPath
Abstract FilesystemPath, the parent of hierarchical Paths like FilePath or HttpPath. |
class |
GoogleBlobStorePath
|
class |
GoogleMergePath
Represents the root merged path for Google. |
class |
GooglePath
FilePath implements the native filesystem. |
class |
GoogleStorePath
|
class |
HttpPath
The HTTP scheme. |
class |
HttpsPath
The HTTP scheme. |
class |
JarPath
A filesystem for .jar files. |
class |
JarScheme
JarScheme implements the lookup of the jar scheme. |
class |
JndiPath
Adapts the JNDI to the Path API. |
class |
MailtoPath
The mailto: scheme sends mail using the SMTP protocol. |
class |
MemoryPath
|
class |
MemoryScheme
|
class |
MergePath
A merging of several Paths used like a CLASSPATH. |
class |
NotFoundPath
Always returns FileNotFound for any open attempt. |
class |
NullPath
|
class |
PathWrapper
Wraps a path object. |
class |
SpyPath
Logs usage of the path. |
class |
SpyScheme
|
class |
StringPath
|
class |
TcpPath
Implements a tcp stream, essentially just a socket pair. |
class |
TcpsPath
Implements a tcp stream, essentially just a socket pair. |
Fields in com.caucho.vfs declared as Path | |
---|---|
protected Path |
StreamImpl._path
|
static Path |
NullPath.NULL
|
Methods in com.caucho.vfs that return Path | |
---|---|
protected Path |
HttpPath.cacheCopy()
|
protected Path |
Path.cacheCopy()
Copy for caching. |
protected Path |
TcpPath.cacheCopy()
|
Path |
FilePath.copy()
|
Path |
MergePath.copy()
|
Path |
Path.copy()
|
Path |
GoogleMergePath.copy()
|
Path |
GooglePath.copy()
|
Path |
GoogleStorePath.copy()
|
Path |
MemoryPath.copyCache()
|
protected Path |
NotFoundPath.copyCache()
|
Path |
Path.createRoot()
Creates a restricted root, like the Unix chroot call. |
Path |
PathWrapper.createRoot()
Creates a restricted root, like the Unix chroot call. |
Path |
FilesystemPath.createRoot(SchemeMap schemeMap)
Essentially chroot |
Path |
Path.createRoot(SchemeMap schemeMap)
|
Path |
PathWrapper.createRoot(SchemeMap schemeMap)
|
Path |
Path.createTempFile(java.lang.String prefix,
java.lang.String suffix)
Creates a unique temporary file as a child of this directory. |
Path |
PathWrapper.createTempFile(java.lang.String prefix,
java.lang.String suffix)
Creates a unique temporary file as a child of this directory. |
Path |
ClasspathPath.fsWalk(java.lang.String userPath,
java.util.Map<java.lang.String,java.lang.Object> attributes,
java.lang.String path)
Lookup the actual path relative to the filesystem root. |
Path |
DatastorePath.fsWalk(java.lang.String userPath,
java.util.Map<java.lang.String,java.lang.Object> attributes,
java.lang.String path)
|
Path |
FilePath.fsWalk(java.lang.String userPath,
java.util.Map<java.lang.String,java.lang.Object> attributes,
java.lang.String path)
Lookup the actual path relative to the filesystem root. |
abstract Path |
FilesystemPath.fsWalk(java.lang.String userPath,
java.util.Map<java.lang.String,java.lang.Object> newAttributes,
java.lang.String newPath)
Lookup a path relative to the current filesystem's root. |
Path |
HttpPath.fsWalk(java.lang.String userPath,
java.util.Map<java.lang.String,java.lang.Object> attributes,
java.lang.String uri)
Scans the path portion of the URI, i.e. |
Path |
JarPath.fsWalk(java.lang.String userPath,
java.util.Map<java.lang.String,java.lang.Object> attributes,
java.lang.String path)
|
Path |
JarScheme.fsWalk(java.lang.String userPath,
java.util.Map<java.lang.String,java.lang.Object> attributes,
java.lang.String path)
|
Path |
JndiPath.fsWalk(java.lang.String userPath,
java.util.Map<java.lang.String,java.lang.Object> attributes,
java.lang.String path)
Walking down the path just stores the new name in the created Path. |
Path |
MemoryPath.fsWalk(java.lang.String userPath,
java.util.Map<java.lang.String,java.lang.Object> attributes,
java.lang.String path)
|
Path |
MemoryScheme.fsWalk(java.lang.String userPath,
java.util.Map<java.lang.String,java.lang.Object> attributes,
java.lang.String path)
|
Path |
MergePath.fsWalk(java.lang.String userPath,
java.util.Map<java.lang.String,java.lang.Object> attributes,
java.lang.String path)
Walking down the path just extends the path. |
Path |
SpyScheme.fsWalk(java.lang.String userPath,
java.util.Map<java.lang.String,java.lang.Object> attributes,
java.lang.String path)
|
Path |
GooglePath.fsWalk(java.lang.String userPath,
java.util.Map<java.lang.String,java.lang.Object> attributes,
java.lang.String path)
Lookup the actual path relative to the filesystem root. |
Path |
SchemeMap.get(java.lang.String scheme)
Gets the scheme from the schemeMap. |
Path |
MergePath.getBestPath()
Returns the first matching path. |
protected Path |
Path.getCache(java.lang.String subPath)
|
Path |
JarPath.getContainer()
Returns the underlying file below the jar. |
Path |
JsseSSLFactory.getKeyStoreFile()
Returns the certificate file. |
Path |
FilesystemPath.getParent()
Return the parent Path |
Path |
Path.getParent()
Returns the parent path. |
Path |
PathWrapper.getParent()
Returns the parent path. |
Path |
Crc64Stream.getPath()
Returns the path. |
Path |
Depend.getPath()
Returns the underlying source path. |
Path |
MemoryStream.getPath()
|
Path |
ReadStream.getPath()
Returns the Path which opened this stream. |
Path |
ReaderStream.getPath()
|
Path |
StreamImpl.getPath()
Returns the Path associated with the stream. |
Path |
StringStream.getPath()
|
Path |
WriteStream.getPath()
Returns the Path which opened this stream. |
Path |
PathExistsDependency.getPath()
Returns the underlying source path. |
static Path |
Vfs.getPwd()
Returns a path for the current directory. |
static Path |
Vfs.getPwd(java.lang.ClassLoader loader)
Returns a path for the current directory. |
Path |
SchemeRoot.getRoot()
|
Path |
PathWrapper.getWrappedPath()
Returns the wrapped path. |
Path |
MergePath.getWritePath()
Returns the first matching path. |
static Path |
Vfs.lookup()
Returns a path for the current directory. |
Path |
Path.lookup(java.lang.String name)
Looks up a new path based on the old path. |
static Path |
Vfs.lookup(java.lang.String url)
Returns a new path relative to the current directory. |
Path |
Path.lookup(java.lang.String userPath,
java.util.Map<java.lang.String,java.lang.Object> newAttributes)
Returns a new path relative to the current one. |
Path |
PathWrapper.lookup(java.lang.String userPath,
java.util.Map<java.lang.String,java.lang.Object> newAttributes)
Returns a new path relative to the current one. |
Path |
SpyPath.lookup(java.lang.String userPath,
java.util.Map<java.lang.String,java.lang.Object> newAttributes)
Returns a new path relative to the current one. |
static Path |
Vfs.lookup(java.lang.String url,
java.util.Map<java.lang.String,java.lang.Object> attr)
Returns a new path, including attributes. |
Path |
Path.lookup(java.net.URL url)
Looks up a path by a URL. |
static Path |
Vfs.lookup(java.net.URL url)
Looks up a URL, decoding '%' |
Path |
Path.lookupChild(java.lang.String name)
Looks up a new path based on the old path. |
Path |
NullPath.lookupImpl(java.lang.String userPath,
java.util.Map<java.lang.String,java.lang.Object> newAttributes)
|
Path |
StringPath.lookupImpl(java.lang.String userPath,
java.util.Map<java.lang.String,java.lang.Object> newAttributes)
|
Path |
HttpPath.lookupImpl(java.lang.String userPath,
java.util.Map<java.lang.String,java.lang.Object> newAttributes,
boolean isAllowRoot)
Overrides the default lookup to parse the host and port before parsing the path. |
Path |
Path.lookupImpl(java.lang.String userPath,
java.util.Map<java.lang.String,java.lang.Object> newAttributes,
boolean isAllowRoot)
Returns a new path relative to the current one. |
Path |
PathWrapper.lookupImpl(java.lang.String userPath,
java.util.Map<java.lang.String,java.lang.Object> newAttributes,
boolean isAllowRoot)
Returns a new path relative to the current one. |
Path |
Path.lookupNative(java.lang.String name)
Looks up a path using the local filesystem conventions. |
static Path |
Vfs.lookupNative(java.lang.String url)
Returns a path using the native filesystem conventions. |
Path |
Path.lookupNative(java.lang.String name,
java.util.Map<java.lang.String,java.lang.Object> attributes)
Looks up a native path, adding attributes. |
Path |
PathWrapper.lookupNative(java.lang.String name,
java.util.Map<java.lang.String,java.lang.Object> attributes)
Looks up a native path, adding attributes. |
static Path |
Vfs.lookupNative(java.lang.String url,
java.util.Map<java.lang.String,java.lang.Object> attr)
Returns a native filesystem path with attributes. |
Path |
SchemeMap.put(java.lang.String scheme,
Path path)
Puts a new value in the schemeMap. |
Path |
SchemeMap.remove(java.lang.String scheme)
Removes value from the schemeMap. |
Path |
ConstPath.schemeWalk(java.lang.String userPath,
java.util.Map<java.lang.String,java.lang.Object> attributes,
java.lang.String path,
int offset)
|
Path |
DatastorePath.schemeWalk(java.lang.String userPath,
java.util.Map<java.lang.String,java.lang.Object> attributes,
java.lang.String filePath,
int offset)
Lookup the path, handling windows weirdness |
Path |
FilePath.schemeWalk(java.lang.String userPath,
java.util.Map<java.lang.String,java.lang.Object> attributes,
java.lang.String filePath,
int offset)
Lookup the path, handling windows weirdness |
Path |
FilesystemPath.schemeWalk(java.lang.String userPath,
java.util.Map<java.lang.String,java.lang.Object> attributes,
java.lang.String filePath,
int offset)
schemeWalk is called by Path for a scheme lookup like file:/tmp/foo |
Path |
HttpPath.schemeWalk(java.lang.String userPath,
java.util.Map<java.lang.String,java.lang.Object> attributes,
java.lang.String uri,
int offset)
Walk down the path starting from the portion immediately following the scheme. |
Path |
JarScheme.schemeWalk(java.lang.String userPath,
java.util.Map<java.lang.String,java.lang.Object> attributes,
java.lang.String filePath,
int offset)
Lookup the path, handling windows weirdness |
Path |
MergePath.schemeWalk(java.lang.String userPath,
java.util.Map<java.lang.String,java.lang.Object> attributes,
java.lang.String filePath,
int offset)
schemeWalk is called by Path for a scheme lookup like file:/tmp/foo |
Path |
NotFoundPath.schemeWalk(java.lang.String userPath,
java.util.Map<java.lang.String,java.lang.Object> attributes,
java.lang.String path,
int offset)
Dummy return. |
Path |
NullPath.schemeWalk(java.lang.String userPath,
java.util.Map<java.lang.String,java.lang.Object> attributes,
java.lang.String path,
int offset)
|
abstract Path |
Path.schemeWalk(java.lang.String userPath,
java.util.Map<java.lang.String,java.lang.Object> newAttributes,
java.lang.String newPath,
int offset)
Path-specific lookup. |
Path |
PathWrapper.schemeWalk(java.lang.String userPath,
java.util.Map<java.lang.String,java.lang.Object> newAttributes,
java.lang.String newPath,
int offset)
Path-specific lookup. |
Path |
StringPath.schemeWalk(java.lang.String userPath,
java.util.Map<java.lang.String,java.lang.Object> attributes,
java.lang.String path,
int offset)
|
Path |
TcpPath.schemeWalk(java.lang.String userPath,
java.util.Map<java.lang.String,java.lang.Object> newAttributes,
java.lang.String uri,
int offset)
Lookup the new path assuming we're the scheme root. |
Path |
ConfigPath.schemeWalk(java.lang.String userPath,
java.util.Map<java.lang.String,java.lang.Object> newAttributes,
java.lang.String newPath,
int offset)
Path-specific lookup. |
Path |
MailtoPath.schemeWalk(java.lang.String userPath,
java.util.Map<java.lang.String,java.lang.Object> attributes,
java.lang.String uri,
int offset)
Parse the scheme for the recipient and the attributes. |
protected Path |
DatastorePath.schemeWalkImpl(java.lang.String userPath,
java.util.Map<java.lang.String,java.lang.Object> attributes,
java.lang.String filePath,
int offset)
|
Path |
Path.unwrap()
|
Methods in com.caucho.vfs that return types with arguments of type Path | |
---|---|
java.util.ArrayList<Path> |
MergePath.getMergePaths()
Return the list of paths searched in the merge path. |
protected java.util.ArrayList<Path> |
MergePath.getPathList()
|
java.util.ArrayList<Path> |
MergePath.getResources()
Returns all the resources matching the path. |
java.util.ArrayList<Path> |
Path.getResources()
Looks up all the existing resources. |
java.util.ArrayList<Path> |
PathWrapper.getResources()
Looks up all the existing resources. |
java.util.ArrayList<Path> |
MergePath.getResources(java.lang.String pathName)
Returns all the resources matching the path. |
java.util.ArrayList<Path> |
Path.getResources(java.lang.String name)
Looks up all the resources matching a name. |
java.util.ArrayList<Path> |
PathWrapper.getResources(java.lang.String name)
Looks up all the resources matching a name. |
Methods in com.caucho.vfs with parameters of type Path | |
---|---|
void |
MergePath.addMergePath(Path path)
Adds a new path to the end of the merge path. |
void |
FilesystemPath.bind(Path context)
|
void |
Path.bind(Path context)
Binds the context to the current path. |
void |
PathWrapper.bind(Path context)
Binds the context to the current path. |
int |
Path.compareTo(Path path)
|
static JarPath |
JarPath.create(Path backing)
Creates a new root Jar path. |
static PersistentDependency |
Jar.createDepend(Path backing)
Return a Jar for the path. |
static PersistentDependency |
Jar.createDepend(Path backing,
long digest)
Return a Jar for the path. |
boolean |
Path.createLink(Path target,
boolean hardLink)
Creates a link named by this path to another path. |
java.lang.String |
Path.lookupRelativeNativePath(Path path)
Returns a native path relative to this native path if the passed path is relative to this path, or an absolute path if the passed path is not relative to this path. |
Jar.ZipStreamImpl |
Jar.openReadImpl(Path path)
Opens a stream to an entry in the jar. |
Path |
SchemeMap.put(java.lang.String scheme,
Path path)
Puts a new value in the schemeMap. |
protected void |
Path.putCache(java.lang.String subPath,
Path path)
|
boolean |
FilePath.renameTo(Path path)
|
boolean |
MemoryPath.renameTo(Path path)
|
boolean |
MergePath.renameTo(Path path)
Renames the path. |
boolean |
Path.renameTo(Path path)
Renames the file or directory to the name given by the path. |
boolean |
PathWrapper.renameTo(Path path)
Renames the file or directory to the name given by the path. |
boolean |
GooglePath.renameTo(Path path)
|
void |
JsseSSLFactory.setKeyStoreFile(Path keyStoreFile)
Sets the key store |
void |
Crc64Stream.setPath(Path path)
Sets the path. |
void |
ReadStream.setPath(Path path)
Sets a path name associated with the stream. |
void |
StreamImpl.setPath(Path path)
Sets the Path associated with the stream. |
void |
WriteStream.setPath(Path path)
Sets a path name associated with the stream. |
void |
VfsSchemeConfig.setPath(Path path)
Sets the scheme path. |
static void |
Vfs.setPwd(Path pwd)
Sets a path for the current directory in the current environment. |
static void |
Vfs.setPwd(Path pwd,
java.lang.ClassLoader loader)
Sets a path for the current directory in the current environment. |
static void |
ConfigPath.setRemote(Path remotePath)
Sets the remote. |
void |
WriteStream.writeFile(Path path)
Copies a file to the stream. |
Constructors in com.caucho.vfs with parameters of type Path | |
---|---|
ConstPath(Path root,
StreamImpl stream)
|
|
DatastoreWriteStream(DatastoreOutputStream fos,
Path path)
Create a new FileWriteStream based on the java.io.* stream. |
|
Depend(Path source)
Create a new dependency. |
|
Depend(Path source,
long digest)
Create a new dependency with a given digest. |
|
Depend(Path source,
long digest,
boolean requireSource)
Create a new dependency with a given digest. |
|
Depend(Path source,
long lastModified,
long length)
Create a new dependency with an already known modified time and length. |
|
FileReadStream(java.io.FileInputStream is,
Path path)
Create a new FileReadStream based on the java.io.* stream. |
|
FileWriteStream(java.io.FileOutputStream fos,
Path path)
Create a new FileWriteStream based on the java.io.* stream. |
|
GoogleMergePath(Path pwd,
java.lang.String bucket,
boolean isGooglePathPrimary)
|
|
JarPath(FilesystemPath root,
java.lang.String userPath,
java.lang.String path,
Path backing)
Creates a new jar path for the specific file |
|
MergePath(Path... paths)
|
|
MergePath(java.lang.String userPath,
java.lang.String path,
Path... paths)
|
|
Path(Path root)
Creates a new Path object. |
|
PathExistsDependency(Path source)
Create a new dependency. |
|
PathExistsDependency(Path source,
boolean exists)
Create a new dependency with an already known modified time and length. |
|
PathWrapper(Path path)
Creates a new Path object. |
|
ReaderWriterStream(java.io.Reader is,
java.io.Writer os,
Path path)
|
|
SchemeRoot(Path root)
Create an empty SchemeMap. |
|
SpyPath(Path path)
Creates a new Path object. |
|
TempFile(Path file)
|
|
VfsStream(java.io.InputStream is,
java.io.OutputStream os,
Path path)
|
|
ZipScanner(Path path)
Creates a new Jar. |
Uses of Path in com.caucho.xml |
---|
Methods in com.caucho.xml that return Path | |
---|---|
Path |
XmlPrinter.getPath()
|
Path |
AbstractParser.getSearchPath()
Gets the search path for included documents. |
Methods in com.caucho.xml that return types with arguments of type Path | |
---|---|
java.util.ArrayList<Path> |
QDocument.getDependList()
|
Methods in com.caucho.xml with parameters of type Path | |
---|---|
void |
QDocument.addDepend(Path path)
|
void |
AbstractParser.parse(Path path)
SAX parsing from a VFS path |
org.w3c.dom.Document |
AbstractParser.parseDocument(Path path)
Parses a document from a VFS path |
static void |
XmlPrinter.print(Path path,
org.w3c.dom.Node node)
Prints the node as XML. |
void |
AbstractParser.setSearchPath(Path path)
Sets the search path for included documents. |
Uses of Path in com.caucho.xml.readers |
---|
Fields in com.caucho.xml.readers declared as Path | |
---|---|
protected Path |
XmlReader._searchPath
|
Methods in com.caucho.xml.readers that return Path | |
---|---|
Path |
XmlReader.getSearchPath()
Gets the current search path. |
Methods in com.caucho.xml.readers with parameters of type Path | |
---|---|
void |
XmlReader.setSearchPath(Path searchPath)
Sets the current search path. |
Uses of Path in com.caucho.xml2 |
---|
Methods in com.caucho.xml2 that return Path | |
---|---|
Path |
XmlPrinter.getPath()
|
Methods in com.caucho.xml2 that return types with arguments of type Path | |
---|---|
java.util.ArrayList<Path> |
QDocument.getDependList()
|
Methods in com.caucho.xml2 with parameters of type Path | |
---|---|
void |
QDocument.addDepend(Path path)
|
void |
AbstractParser.parse(Path path)
SAX parsing from a VFS path |
org.w3c.dom.Document |
AbstractParser.parseDocument(Path path)
Parses a document from a VFS path |
static void |
XmlPrinter.print(Path path,
org.w3c.dom.Node node)
Prints the node as XML. |
Uses of Path in com.caucho.xml2.readers |
---|
Fields in com.caucho.xml2.readers declared as Path | |
---|---|
protected Path |
XmlReader._searchPath
|
Methods in com.caucho.xml2.readers that return Path | |
---|---|
Path |
XmlReader.getSearchPath()
Gets the current search path. |
Methods in com.caucho.xml2.readers with parameters of type Path | |
---|---|
void |
XmlReader.setSearchPath(Path searchPath)
Sets the current search path. |
Uses of Path in com.caucho.xpath |
---|
Methods in com.caucho.xpath that return Path | |
---|---|
Path |
StylesheetEnv.getPath()
|
Methods in com.caucho.xpath with parameters of type Path | |
---|---|
void |
StylesheetEnv.setPath(Path path)
|
Uses of Path in com.caucho.xsl |
---|
Fields in com.caucho.xsl with type parameters of type Path | |
---|---|
protected java.util.ArrayList<Path> |
TransformerImpl._cacheDepends
|
Methods in com.caucho.xsl that return Path | |
---|---|
Path |
AbstractStylesheet.getPath()
|
Path |
XslWriter.getPwd()
|
Path |
AbstractStylesheetFactory.getSearchPath()
Returns the stylesheet search path. |
Path |
AbstractStylesheetFactory.getStylePath()
Returns the stylesheet search path. |
Path |
AbstractStylesheetFactory.getWorkPath()
Gets the working directory. |
Methods in com.caucho.xsl that return types with arguments of type Path | |
---|---|
java.util.ArrayList<Path> |
TransformerImpl.getCacheDepends()
|
Methods in com.caucho.xsl with parameters of type Path | |
---|---|
void |
TransformerImpl.addCacheDepend(Path path)
|
void |
XslWriter.addCacheDepend(Path path)
Add a dependency to the result document. |
void |
AbstractStylesheet.init(Path path)
Initialize the stylesheet with the search path. |
void |
StylesheetImpl.init(Path path)
|
StylesheetImpl |
AbstractStylesheetFactory.newStylesheet(Path path)
|
void |
AbstractStylesheetFactory.setSearchPath(Path path)
Sets the search path for stylesheets. |
void |
AbstractStylesheetFactory.setStylePath(Path path)
Sets the search path for stylesheets. |
void |
AbstractStylesheetFactory.setWorkPath(Path path)
Sets the working directory. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |