|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Path in com.caucho.amber.cfg |
|---|
| Methods in com.caucho.amber.cfg that return Path | |
|---|---|
Path |
EntityMappingsConfig.getRoot()
|
Path |
PersistenceConfig.getRoot()
|
| Methods in com.caucho.amber.cfg with parameters of type Path | |
|---|---|
void |
EntityMappingsConfig.setRoot(Path root)
|
void |
PersistenceConfig.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)
Returns true if the root is a valid scannable root. |
| Uses of Path in com.caucho.boot |
|---|
| Methods in com.caucho.boot that return Path | |
|---|---|
Path |
BootResinConfig.getLogDirectory()
|
Path |
BootResinConfig.getResinHome()
|
Path |
BootResinConfig.getRootDirectory()
|
| Methods in com.caucho.boot with parameters of type 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.config |
|---|
| 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. |
| 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. |
| Uses of Path in com.caucho.config.type |
|---|
| Methods in com.caucho.config.type that return Path | |
|---|---|
Path |
TypeFactory.NamespaceConfig.getPath()
|
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 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. |
| Methods in com.caucho.config.types with parameters of type Path | |
|---|---|
void |
FileSetType.getPaths(java.util.ArrayList<Path> paths,
Path path,
java.lang.String prefix)
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.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. |
void |
FileSetType.getPaths(java.util.ArrayList<Path> paths,
Path path,
java.lang.String prefix)
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.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.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.db.store |
|---|
| Methods in com.caucho.db.store with parameters of type Path | |
|---|---|
static Store |
Store.create(Path path)
Creates an independent store. |
| Constructors in com.caucho.db.store with parameters of type Path | |
|---|---|
Store(Database database,
java.lang.String name,
Lock rowLock,
Path path)
Creates a new store. |
|
| Uses of Path in com.caucho.ejb |
|---|
| Methods in com.caucho.ejb that return Path | |
|---|---|
Path |
AbstractStubLoader.getPath()
Gets the resource path. |
| 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 dir)
Sets the directory for the *.ejb files. |
void |
AbstractStubLoader.setPath(Path path)
Sets the resource directory. |
| Uses of Path in com.caucho.ejb.burlap |
|---|
| Methods in com.caucho.ejb.burlap that return Path | |
|---|---|
Path |
BurlapStubFactory.getWorkPath()
|
| Methods in com.caucho.ejb.burlap with parameters of type Path | |
|---|---|
static java.lang.Object |
MetaStub.call(Path urlPath,
java.lang.String method,
java.lang.Object arg)
Calls an arbitrary method at the given url. |
static java.lang.Object |
MetaStub.call(Path urlPath,
java.lang.String method,
java.lang.Object[] args)
Calls an arbitrary method at the given url. |
void |
BurlapStubFactory.setWorkPath(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 path)
Adds a path for an EJB config file to the config list. |
EjbRootConfig |
EjbConfigManager.createRootConfig(Path root)
Returns an EjbRootConfig for a class-loader root. |
| Uses of Path in com.caucho.ejb.hessian |
|---|
| Fields in com.caucho.ejb.hessian declared as Path | |
|---|---|
protected Path |
HessianStub._urlPath
|
| Methods in com.caucho.ejb.hessian that return Path | |
|---|---|
Path |
HessianStubFactory.getWorkPath()
|
| Methods in com.caucho.ejb.hessian with parameters of type Path | |
|---|---|
static java.lang.Object |
MetaStub.call(Path urlPath,
java.lang.String method,
java.lang.Object arg)
Calls an arbitrary method at the given url. |
static java.lang.Object |
MetaStub.call(Path urlPath,
java.lang.String method,
java.lang.Object[] args)
Calls an arbitrary method at the given url. |
void |
HessianStubFactory.setWorkPath(Path path)
|
| Uses of Path in com.caucho.ejb.manager |
|---|
| Methods in com.caucho.ejb.manager that return Path | |
|---|---|
Path |
EjbContainer.getWorkDir()
The work directory for EJB-generated files |
| Methods in com.caucho.ejb.manager with parameters of type Path | |
|---|---|
void |
EjbContainer.addRoot(Path root)
Adds a root URL |
void |
EjbContainer.classMatchEvent(EnvironmentClassLoader loader,
Path root,
java.lang.String className)
Callback to note the class matches |
AbstractServer |
EjbContainer.getServer(Path path,
java.lang.String ejbName)
Returns the server specified by the path and ejbName, or null if not found. |
boolean |
EjbContainer.isRootScannable(Path root)
Returns true if the root is a valid scannable root. |
void |
EjbContainer.setWorkDir(Path workDir)
The work directory for EJB-generated files |
| 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.git |
|---|
| Methods in com.caucho.git that return Path | |
|---|---|
Path |
GitRepository.getRefPath(java.lang.String path)
|
| Methods in com.caucho.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 |
GitRepository.copyToFile(Path path,
java.lang.String sha1)
|
java.lang.String |
GitRepository.writeFile(Path path)
Writes a file to the repository |
| Constructors in com.caucho.git with parameters of type Path | |
|---|---|
GitCommitJar(Path jar)
|
|
GitObjectStream(Path path)
|
|
GitRepository(Path root)
|
|
| 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.j2ee.appclient |
|---|
| Methods in com.caucho.j2ee.appclient that return Path | |
|---|---|
Path |
AppClient.ResinVar.getHome()
|
Path |
AppClient.ResinVar.getRoot()
|
| Methods in com.caucho.j2ee.appclient with parameters of type Path | |
|---|---|
void |
AppClient.setClientJar(Path clientJar)
|
void |
AppClient.setEarFile(Path earFile)
|
void |
AppClient.setRootDirectory(Path rootDirectory)
|
void |
AppClient.setWorkDirectory(Path workDirectory)
|
| 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. |
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 |
JavaCompiler.getSourceDir()
Returns the directory where compiled classes go. |
| Methods in com.caucho.java with parameters of type Path | |
|---|---|
void |
JavaCompiler.mergeSmap(Path classPath,
Path smapPath)
|
void |
AbstractGenerator.setClassDir(Path workPath)
Sets the work path for the generated class. |
void |
JavaCompiler.setClassDir(Path path)
Sets the directory where compiled classes go. |
void |
WorkDir.setId(Path path)
Deprecated. |
void |
TempDir.setId(Path path)
Sets the id. |
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 |
JavaCompiler.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 |
|---|
| Methods in com.caucho.jca 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 with parameters of type Path | |
|---|---|
void |
ResourceManagerConfig.setConfigDirectory(Path path)
Sets the configuration directory. |
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.cluster |
|---|
| Methods in com.caucho.jms.cluster with parameters of type Path | |
|---|---|
void |
ServerQueue.setPath(Path path)
|
void |
ServerTopic.setPath(Path path)
|
| Uses of Path in com.caucho.jms.file |
|---|
| Methods in com.caucho.jms.file that return Path | |
|---|---|
Path |
FileQueue.getPath()
|
Path |
FileQueueStore.getPath()
Returns the path to the backing database |
| Methods in com.caucho.jms.file with parameters of type Path | |
|---|---|
void |
FileTopic.setPath(Path path)
Sets the path to the backing database |
void |
FileQueue.setPath(Path path)
Sets the path to the backing database |
void |
FileQueueStore.setPath(Path path)
Sets the path to the database |
| Uses of Path in com.caucho.jsf.application |
|---|
| Constructors in com.caucho.jsf.application with parameters of type Path | |
|---|---|
ResourceImpl(Path path,
QDate calendar,
java.lang.String resourceName,
java.lang.String libraryName,
java.lang.String contentType)
|
|
| 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 |
|---|