Modifier and Type | Method and Description |
---|---|
static void |
aprint.write(Resource res,
Object o,
boolean addStackTrace) |
Modifier and Type | Method and Description |
---|---|
Resource |
ResourceDataSource.getResource()
Get Resource.
|
Constructor and Description |
---|
ResourceDataSource(Resource res)
Constructor of the class
|
Modifier and Type | Method and Description |
---|---|
static byte[] |
MD5Checksum.createChecksum(Resource res) |
static String |
MD5Checksum.getMD5Checksum(Resource res) |
Modifier and Type | Method and Description |
---|---|
static Resource |
SystemUtil.getClassLoadeDirectory() |
static Resource[] |
SystemUtil.getClassPathes() |
static Resource |
SystemUtil.getHomeDirectory()
returns the Hoome Directory of the System
|
static Resource |
SystemUtil.getRuningContextRoot() |
static Resource |
SystemUtil.getSystemDirectory() |
static Resource |
SystemUtil.getTempDirectory()
returns the Temp Directory of the System
|
static Resource |
TemporaryStream.getTempDirectory() |
static Resource |
SystemUtil.getTempFile(String extension,
boolean touch)
returns the a unique temp file (with no auto delete)
|
Modifier and Type | Method and Description |
---|---|
static String |
SystemUtil.addPlaceHolder(Resource file,
Config config,
String defaultValue) |
static String |
SystemUtil.addPlaceHolder(Resource file,
String defaultValue) |
static void |
FileRotation.checkFile(Resource res,
long maxFileSize,
int maxFiles,
byte[] header) |
static void |
CompressUtil.compress(int format,
Resource[] sources,
Resource target,
int mode)
compress data to a zip file
|
static void |
CompressUtil.compress(int format,
Resource[] sources,
Resource target,
int mode)
compress data to a zip file
|
static void |
CompressUtil.compress(int format,
Resource source,
Resource target,
boolean includeBaseFolder,
int mode)
compress data to a zip file
|
static void |
CompressUtil.compressTar(Resource[] sources,
OutputStream target,
int mode) |
static void |
CompressUtil.compressTar(Resource[] sources,
Resource target,
int mode)
compress a source file/directory to a tar file
|
static void |
CompressUtil.compressTar(Resource[] sources,
Resource target,
int mode)
compress a source file/directory to a tar file
|
static void |
CompressUtil.compressTar(String parent,
Resource[] sources,
org.apache.commons.compress.archivers.tar.TarArchiveOutputStream tos,
int mode) |
static void |
CompressUtil.compressTGZ(Resource[] sources,
Resource target,
int mode)
compress a source file/directory to a tar/gzip file
|
static void |
CompressUtil.compressTGZ(Resource[] sources,
Resource target,
int mode)
compress a source file/directory to a tar/gzip file
|
static void |
CompressUtil.compressZip(Resource[] sources,
Resource target,
ResourceFilter filter)
compress a source file/directory to a zip file
|
static void |
CompressUtil.compressZip(Resource[] sources,
Resource target,
ResourceFilter filter)
compress a source file/directory to a zip file
|
static void |
CompressUtil.compressZip(Resource[] sources,
ZipOutputStream zos,
ResourceFilter filter) |
static void |
IOUtil.copy(InputStream is,
Resource out,
boolean closeIS)
copy a input resource to a output resource
|
static void |
IOUtil.copy(Resource in,
OutputStream os,
boolean closeOS)
copy a input resource to a output resource
|
static void |
IOUtil.copy(Resource in,
Resource out)
copy a input resource to a output resource
|
static void |
CompressUtil.extract(int format,
Resource[] sources,
Resource target)
extract a zip file to a directory
|
static void |
CompressUtil.extract(int format,
Resource[] sources,
Resource target)
extract a zip file to a directory
|
static void |
CompressUtil.extract(int format,
Resource source,
Resource target)
extract a zip file to a directory
|
static BufferedReader |
IOUtil.getBufferedReader(Resource res,
Charset charset) |
static BufferedReader |
IOUtil.getBufferedReader(Resource res,
String charset)
Deprecated.
use instead
|
static Reader |
IOUtil.getReader(Resource res,
Charset charset) |
static Reader |
IOUtil.getReader(Resource res,
String charset)
Deprecated.
use instead
|
static Writer |
IOUtil.getWriter(Resource res,
Charset charset) |
static Writer |
IOUtil.getWriter(Resource res,
Charset charset,
boolean append) |
static Writer |
IOUtil.getWriter(Resource res,
String charset)
Deprecated.
use instead
|
static Writer |
IOUtil.getWriter(Resource res,
String charset,
boolean append)
Deprecated.
use instead
|
static void |
CompressUtil.list(int format,
Resource source) |
static void |
IOUtil.merge(Resource in1,
Resource in2,
Resource out) |
static byte[] |
IOUtil.toBytes(Resource res) |
static String |
IOUtil.toString(Resource file,
Charset charset)
reads String data from File
|
static String |
IOUtil.toString(Resource file,
String charset)
Deprecated.
use instead
|
static void |
IOUtil.write(Resource res,
byte[] barr) |
static void |
IOUtil.write(Resource res,
byte[] barr,
boolean append) |
static void |
IOUtil.write(Resource res,
String string,
Charset charset,
boolean append) |
static void |
IOUtil.write(Resource res,
String string,
String charset,
boolean append)
Deprecated.
use instead
|
Modifier and Type | Method and Description |
---|---|
static void |
ZipUtil.unzip(Resource zip,
Resource dir) |
Modifier and Type | Method and Description |
---|---|
static Struct |
IniFile.getProfileSections(Resource file) |
Constructor and Description |
---|
IniFile(Resource file)
Constructor for the IniFile object
|
Modifier and Type | Method and Description |
---|---|
static org.apache.log4j.Logger |
Log4jUtil.getResourceLog(Config config,
Resource res,
Charset charset,
String name,
org.apache.log4j.Level level,
int timeout,
RetireListener listener,
boolean async) |
Modifier and Type | Method and Description |
---|---|
Resource |
ResourceAppender.getResource()
Returns the value of the File option.
|
Constructor and Description |
---|
ResourceAppender(org.apache.log4j.Layout layout,
Resource res,
Charset charset,
boolean append,
boolean bufferedIO,
int timeout,
int bufferSize,
RetireListener listener)
Instantiate a
FileAppender and open the file
designated by filename . |
ResourceAppender(org.apache.log4j.Layout layout,
Resource res,
Charset charset,
boolean append,
int timeout,
RetireListener listener) |
ResourceAppender(org.apache.log4j.Layout layout,
Resource res,
Charset charset,
boolean append,
RetireListener listener)
Instantiate a FileAppender and open the file designated by
filename . |
ResourceAppender(org.apache.log4j.Layout layout,
Resource res,
Charset charset,
RetireListener listener)
Instantiate a FileAppender and open the file designated by
filename . |
RollingResourceAppender(org.apache.log4j.Layout layout,
Resource res,
Charset charset,
boolean append,
long maxFileSize,
int maxBackupIndex,
int timeout,
RetireListener listener)
Instantiate a RollingFileAppender and open the file designated by
filename . |
RollingResourceAppender(org.apache.log4j.Layout layout,
Resource res,
Charset charset,
boolean append,
RetireListener listener)
Instantiate a RollingFileAppender and open the file designated by
filename . |
RollingResourceAppender(org.apache.log4j.Layout layout,
Resource res,
Charset charset,
RetireListener listener)
Instantiate a FileAppender and open the file designated by
filename . |
Modifier and Type | Method and Description |
---|---|
Resource |
Resource.getAbsoluteResource()
Returns the absolute form of this abstract pathname.
|
Resource |
Resource.getCanonicalResource()
Returns the canonical form of this abstract pathname.
|
Resource |
Resource.getParentResource()
Returns the abstract pathname of this abstract pathname's parent,
or
null if this pathname does not name a parent
directory. |
Resource |
Resource.getRealResource(String relpath)
returns a resource that is relative to the current resource
|
Resource |
ResourcesImpl.getResource(String path)
returns a resource that matching the given path
|
Resource |
ResourceProvider.getResource(String path)
return a resource that match given path
|
Resource |
Resources.getResource(String path)
returns a resource that matching the given path
|
Resource[] |
Resource.listResources()
Returns an array of abstract pathnames denoting the files in the
directory denoted by this abstract pathname.
|
Resource[] |
Resource.listResources(ResourceFilter filter)
Returns an array of abstract pathnames denoting the files and
directories in the directory denoted by this abstract pathname that
satisfy the specified filter.
|
Resource[] |
Resource.listResources(ResourceNameFilter filter)
Returns an array of abstract pathnames denoting the files and
directories in the directory denoted by this abstract pathname that
satisfy the specified filter.
|
Modifier and Type | Method and Description |
---|---|
void |
Resource.copyFrom(Resource res,
boolean append)
copy data of given resource to current
|
void |
Resource.copyTo(Resource res,
boolean append)
copy current resource data to given resource
|
void |
ResourceProvider.lock(Resource res) |
void |
ResourceLock.lock(Resource res) |
void |
Resource.moveTo(Resource dest)
Move/renames the file denoted by this abstract pathname.
|
void |
ResourceProvider.read(Resource res) |
void |
ResourceLock.read(Resource res) |
boolean |
Resource.renameTo(Resource dest)
Deprecated.
use instead
#moveTo(Resource) |
void |
ResourceProvider.unlock(Resource res) |
void |
ResourceLock.unlock(Resource res) |
Modifier and Type | Method and Description |
---|---|
boolean |
AndResourceFilter.accept(Resource f) |
boolean |
DirectoryResourceFilter.accept(Resource pathname) |
boolean |
OrResourceFilter.accept(Resource f) |
boolean |
NotResourceFilter.accept(Resource f) |
boolean |
FileResourceFilter.accept(Resource pathname) |
boolean |
LogResourceFilter.accept(Resource res) |
boolean |
ExtensionResourceFilter.accept(Resource res) |
boolean |
ResourceFilter.accept(Resource res) |
boolean |
IgnoreSystemFiles.accept(Resource parent,
String name) |
boolean |
ResourceNameFilter.accept(Resource parent,
String name) |
Modifier and Type | Class and Description |
---|---|
class |
CacheResource
a ram resource
|
Modifier and Type | Method and Description |
---|---|
Resource |
CacheResource.getParentResource() |
Resource |
CacheResource.getRealResource(String realpath) |
Resource |
CacheResourceProvider.getResource(String path) |
Resource[] |
CacheResource.listResources() |
Modifier and Type | Method and Description |
---|---|
void |
CacheResourceProvider.lock(Resource res) |
void |
CacheResourceProvider.read(Resource res) |
void |
CacheResourceProvider.unlock(Resource res) |
Modifier and Type | Class and Description |
---|---|
class |
CFMLResource |
Modifier and Type | Method and Description |
---|---|
Resource |
CFMLResource.getParentResource() |
Resource |
CFMLResource.getRealResource(String realpath) |
Resource |
CFMLResourceProvider.getResource(String path) |
Resource[] |
CFMLResource.listResources() |
Modifier and Type | Method and Description |
---|---|
void |
CFMLResourceProvider.lock(Resource res) |
void |
CFMLResourceProvider.read(Resource res) |
void |
CFMLResourceProvider.unlock(Resource res) |
Modifier and Type | Class and Description |
---|---|
class |
CompressResource |
Modifier and Type | Method and Description |
---|---|
Resource |
Compress.getCompressFile() |
Resource |
CompressResource.getCompressResource() |
Resource |
CompressResource.getParentResource() |
Resource |
Compress.getRamProviderResource(String path) |
Resource |
CompressResource.getRealResource(String realpath) |
Resource |
CompressResourceProvider.getResource(String path) |
Resource[] |
CompressResource.listResources() |
Modifier and Type | Method and Description |
---|---|
abstract Compress |
CompressResourceProvider.getCompress(Resource file) |
static Compress |
Compress.getInstance(Resource zipFile,
int format,
boolean caseSensitive)
return zip instance matching the zipfile, singelton isnatce only 1 zip for one file
|
void |
CompressResourceProvider.lock(Resource res) |
void |
CompressResourceProvider.read(Resource res) |
void |
CompressResourceProvider.unlock(Resource res) |
Constructor and Description |
---|
Compress(Resource file,
int format,
boolean caseSensitive)
private Constructor of the class, will be invoked be getInstance
|
Modifier and Type | Class and Description |
---|---|
class |
DatasourceResource |
Modifier and Type | Method and Description |
---|---|
Resource |
DatasourceResource.getParentResource() |
Resource |
DatasourceResource.getRealResource(String realpath) |
Resource |
DatasourceResourceProvider.getResource(String path) |
Resource[] |
DatasourceResource.listResources() |
Modifier and Type | Method and Description |
---|---|
void |
DatasourceResourceProvider.lock(Resource res) |
void |
DatasourceResource.moveTo(Resource dest) |
void |
DatasourceResourceProvider.read(Resource res) |
void |
DatasourceResourceProvider.unlock(Resource res) |
Modifier and Type | Class and Description |
---|---|
class |
FileResource
Implementation og Resource for the local filesystem (java.io.File)
|
Modifier and Type | Method and Description |
---|---|
Resource |
FileResource.getAbsoluteResource() |
Resource |
FileResource.getCanonicalResource() |
Resource |
FileResource.getParentResource() |
Resource |
FileResource.getRealResource(String realpath) |
Resource |
FileResourceProvider.getResource(String path) |
Resource[] |
FileResource.listResources() |
Resource[] |
FileResource.listResources(ResourceFilter filter) |
Resource[] |
FileResource.listResources(ResourceNameFilter filter) |
Modifier and Type | Method and Description |
---|---|
void |
FileResource.copyFrom(Resource res,
boolean append) |
void |
FileResource.copyTo(Resource res,
boolean append) |
void |
FileResourceProvider.lock(Resource res) |
void |
FileResource.moveTo(Resource dest) |
void |
FileResourceProvider.read(Resource res) |
boolean |
FileResource.renameTo(Resource dest) |
void |
FileResourceProvider.unlock(Resource res) |
Modifier and Type | Class and Description |
---|---|
class |
FTPResource |
Modifier and Type | Method and Description |
---|---|
Resource |
FTPResource.getParentResource() |
Resource |
FTPResource.getRealResource(String realpath) |
Resource |
FTPResourceProvider.getResource(String path) |
Resource[] |
FTPResource.listResources() |
Modifier and Type | Method and Description |
---|---|
void |
FTPResourceProvider.lock(Resource res) |
void |
FTPResource.moveTo(Resource dest) |
void |
FTPResourceProvider.read(Resource res) |
void |
FTPResourceProvider.unlock(Resource res) |
Constructor and Description |
---|
FTPResourceOutputStream(FTPResourceClient client,
Resource res,
OutputStream os)
Constructor of the class
|
Modifier and Type | Class and Description |
---|---|
class |
HTTPResource |
Modifier and Type | Method and Description |
---|---|
Resource |
HTTPResource.getParentResource() |
Resource |
HTTPResource.getRealResource(String realpath) |
Resource |
HTTPResourceProvider.getResource(String path) |
Resource[] |
HTTPResource.listResources() |
Modifier and Type | Method and Description |
---|---|
void |
HTTPResourceProvider.lock(Resource res) |
void |
HTTPResourceProvider.read(Resource res) |
void |
HTTPResourceProvider.unlock(Resource res) |
Modifier and Type | Class and Description |
---|---|
class |
RamResource
a ram resource
|
Modifier and Type | Method and Description |
---|---|
Resource |
RamResource.getParentResource() |
Resource |
RamResource.getRealResource(String realpath) |
Resource |
RamResourceProviderOld.getResource(String path) |
Resource[] |
RamResource.listResources() |
Modifier and Type | Method and Description |
---|---|
void |
RamResourceProviderOld.lock(Resource res) |
void |
RamResourceProviderOld.read(Resource res) |
void |
RamResourceProviderOld.unlock(Resource res) |
Modifier and Type | Class and Description |
---|---|
class |
S3Resource |
Modifier and Type | Method and Description |
---|---|
Resource |
S3Resource.getParentResource() |
Resource |
S3Resource.getRealResource(String relpath) |
Resource |
S3ResourceProvider.getResource(String path) |
Resource[] |
S3Resource.listResources() |
Modifier and Type | Method and Description |
---|---|
void |
S3ResourceProvider.lock(Resource res) |
void |
S3ResourceProvider.read(Resource res) |
void |
S3ResourceProvider.unlock(Resource res) |
Modifier and Type | Class and Description |
---|---|
class |
SMBResource |
Modifier and Type | Method and Description |
---|---|
Resource |
SMBResource.getParentResource() |
Resource |
SMBResource.getRealResource(String realpath) |
Resource |
SMBResourceProvider.getResource(String path) |
Resource |
SMBResourceProvider.getResource(String path,
jcifs.smb.NtlmPasswordAuthentication auth) |
Resource[] |
SMBResource.listResources() |
Modifier and Type | Method and Description |
---|---|
void |
SMBResourceProvider.lock(Resource res) |
void |
SMBResource.moveTo(Resource dest) |
void |
SMBResourceProvider.read(Resource res) |
void |
SMBResourceProvider.unlock(Resource res) |
Modifier and Type | Method and Description |
---|---|
Compress |
TarResourceProvider.getCompress(Resource file) |
Modifier and Type | Method and Description |
---|---|
Compress |
TGZResourceProvider.getCompress(Resource file) |
Modifier and Type | Method and Description |
---|---|
Compress |
ZipResourceProvider.getCompress(Resource file) |
Modifier and Type | Class and Description |
---|---|
class |
FileWrapper |
class |
ReadOnlyResourceSupport |
class |
ResourceSupport
Helper class to build resources
|
Modifier and Type | Method and Description |
---|---|
static Resource |
ResourceUtil.changeExtension(Resource file,
String newExtension)
change extesnion of file and return new file
|
Resource |
ResourceUtilImpl.createResource(Resource res,
short level,
short type) |
static Resource |
ResourceUtil.createResource(Resource res,
short level,
short type)
create a file if possible, return file if ok, otherwise return null
|
Resource |
ResourceSupport.getAbsoluteResource() |
Resource |
FileWrapper.getAbsoluteResource() |
Resource |
ResourceSupport.getCanonicalResource() |
Resource |
FileWrapper.getCanonicalResource() |
static Resource |
ResourceUtil.getCanonicalResourceEL(Resource res)
Returns the canonical form of this abstract pathname.
|
Resource |
FileWrapper.getParentResource() |
Resource |
FileWrapper.getRealResource(String relpath) |
Resource |
ResourceInputStream.getResource() |
Resource |
ResourceOutputStream.getResource() |
static Resource |
ResourceUtil.getResource(PageContext pc,
PageSource ps)
Deprecated.
use instead
PageSource.getResourceTranslated(PageContext) |
static Resource |
ResourceUtil.getResource(PageContext pc,
PageSource ps,
Resource defaultValue) |
Resource |
ResourceProviderWrapper.getResource(String path) |
Resource[] |
ResourceClassLoader.getResources() |
Resource[] |
FileWrapper.listResources() |
static Resource[] |
ResourceUtil.listResources(Resource[] resources,
ResourceFilter filter)
list childrn of all given resources
|
Resource[] |
ResourceSupport.listResources(ResourceFilter filter) |
Resource[] |
FileWrapper.listResources(ResourceFilter filter) |
Resource[] |
ResourceSupport.listResources(ResourceNameFilter filter) |
Resource[] |
FileWrapper.listResources(ResourceNameFilter filter) |
static Resource[] |
ResourceUtil.listResources(Resource res,
ResourceFilter filter) |
static Resource[] |
ResourceUtil.merge(Resource[] srcs,
Resource[] trgs) |
static Resource |
ResourceUtil.toExactResource(Resource res)
transalte the path of the file to a existing file path by changing case of letters
Works only on Linux, becasue
Example Unix:
we have a existing file with path "/usr/virtual/myFile.txt"
now you call this method with path "/Usr/Virtual/myfile.txt"
the result of the method will be "/usr/virtual/myFile.txt"
if there are more file with rhe same name but different cases
Example:
/usr/virtual/myFile.txt
/usr/virtual/myfile.txt
/Usr/Virtual/myFile.txt
the nearest case wil returned
|
static Resource |
ResourceUtil.toResource(File file) |
static Resource |
ResourceUtil.toResourceExisting(Config config,
String path) |
Resource |
ResourceUtilImpl.toResourceExisting(PageContext pc,
String path) |
static Resource |
ResourceUtil.toResourceExisting(PageContext pc,
String path)
cast a String (argumet destination) to a File Object,
if destination is not a absolute, file object will be relative to current position (get from PageContext)
file must exist otherwise throw exception
|
static Resource |
ResourceUtil.toResourceExisting(PageContext pc,
String path,
boolean allowRelpath) |
Resource |
ResourceUtilImpl.toResourceExistingParent(PageContext pc,
String destination) |
static Resource |
ResourceUtil.toResourceExistingParent(PageContext pc,
String destination)
cast a String (argumet destination) to a File Object,
if destination is not a absolute, file object will be relative to current position (get from PageContext)
at least parent must exist
|
static Resource |
ResourceUtil.toResourceExistingParent(PageContext pc,
String destination,
boolean allowRelpath) |
static Resource |
ResourceUtil.toResourceNotExisting(Config config,
String path) |
Resource |
ResourceUtilImpl.toResourceNotExisting(PageContext pc,
String destination) |
static Resource |
ResourceUtil.toResourceNotExisting(PageContext pc,
String destination)
cast a String (argument destination) to a File Object,
if destination is not a absolute, file object will be relative to current position (get from PageContext)
existing file is prefered but dont must exist
|
static Resource |
ResourceUtil.toResourceNotExisting(PageContext pc,
String destination,
boolean allowRelpath,
boolean checkComponentMappings) |
Modifier and Type | Method and Description |
---|---|
static void |
ResourceUtil._deleteContent(Resource src,
ResourceFilter filter,
boolean deleteDirectories) |
boolean |
FileFilterWrapper.accept(Resource res) |
boolean |
WildcardPatternFilter.accept(Resource res) |
boolean |
UDFFilter.accept(Resource file) |
boolean |
WildCardFilter.accept(Resource file) |
boolean |
FileNameFilterWrapper.accept(Resource dir,
String name) |
boolean |
WildcardPatternFilter.accept(Resource res,
String name) |
boolean |
UDFFilter.accept(Resource parent,
String name) |
boolean |
WildCardFilter.accept(Resource parent,
String name) |
void |
ResourceClassLoader.addResourcesX(Resource[] reses) |
static String |
ResourceSnippetsMap.calcKey(Resource res) |
static boolean |
ResourceUtil.canRW(Resource res)
check if file is read and writable
|
static Resource |
ResourceUtil.changeExtension(Resource file,
String newExtension)
change extesnion of file and return new file
|
void |
ResourceUtilImpl.checkCopyToOK(Resource source,
Resource target) |
static void |
ResourceUtil.checkCopyToOK(Resource source,
Resource target)
check if copying a file is ok with the rules for the Resource interface, to not change this rules.
|
void |
ResourceUtilImpl.checkCreateDirectoryOK(Resource resource,
boolean createParentWhenNotExists) |
static void |
ResourceUtil.checkCreateDirectoryOK(Resource resource,
boolean createParentWhenNotExists)
check if directory creation is ok with the rules for the Resource interface, to not change this rules.
|
void |
ResourceUtilImpl.checkCreateFileOK(Resource resource,
boolean createParentWhenNotExists) |
static void |
ResourceUtil.checkCreateFileOK(Resource resource,
boolean createParentWhenNotExists)
check if file creating is ok with the rules for the Resource interface, to not change this rules.
|
void |
ResourceUtilImpl.checkGetInputStreamOK(Resource resource) |
static void |
ResourceUtil.checkGetInputStreamOK(Resource resource)
check if getting a inputstream of the file is ok with the rules for the Resource interface, to not change this rules.
|
void |
ResourceUtilImpl.checkGetOutputStreamOK(Resource resource) |
static void |
ResourceUtil.checkGetOutputStreamOK(Resource resource)
check if getting a outputstream of the file is ok with the rules for the Resource interface, to not change this rules.
|
void |
ResourceUtilImpl.checkMoveToOK(Resource source,
Resource target) |
static void |
ResourceUtil.checkMoveToOK(Resource source,
Resource target)
check if moveing a file is ok with the rules for the Resource interface, to not change this rules.
|
void |
ResourceUtilImpl.checkRemoveOK(Resource resource) |
static void |
ResourceUtil.checkRemoveOK(Resource resource)
check if removing the file is ok with the rules for the Resource interface, to not change this rules.
|
static void |
ResourceUtil.clear(Resource res) |
static void |
ResourceUtil.copy(Resource src,
Resource trg) |
void |
ResourceSupport.copyFrom(Resource res,
boolean append) |
void |
FileWrapper.copyFrom(Resource res,
boolean append) |
void |
ResourceUtilImpl.copyRecursive(Resource src,
Resource trg) |
static void |
ResourceUtil.copyRecursive(Resource src,
Resource trg)
copy a file or directory recursive (with his content)
|
void |
ResourceUtilImpl.copyRecursive(Resource src,
Resource trg,
ResourceFilter filter) |
static void |
ResourceUtil.copyRecursive(Resource src,
Resource trg,
ResourceFilter filter)
copy a file or directory recursive (with his content)
|
void |
ResourceSupport.copyTo(Resource res,
boolean append) |
void |
FileWrapper.copyTo(Resource res,
boolean append) |
static void |
ResourceUtil.createDirectoryEL(Resource res,
boolean force) |
static void |
ResourceUtil.createFileEL(Resource res,
boolean force) |
static boolean |
ResourceUtil.createNewResourceEL(Resource res)
creates a new File
|
Resource |
ResourceUtilImpl.createResource(Resource res,
short level,
short type) |
static Resource |
ResourceUtil.createResource(Resource res,
short level,
short type)
create a file if possible, return file if ok, otherwise return null
|
static ResourceSnippet |
ResourceSnippet.createResourceSnippet(Resource res,
int startChar,
int endChar,
String charset)
extract a ResourceSnippet from a Resource at the given char positions
|
static void |
ResourceUtil.deleteContent(Resource src,
ResourceFilter filter) |
static void |
ResourceUtil.deleteFileOlderThan(Resource res,
long date,
ExtensionResourceFilter filter) |
static int |
ResourceUtil.directrySize(Resource dir,
ResourceFilter filter) |
static int |
ResourceUtil.directrySize(Resource dir,
ResourceNameFilter filter) |
static URL[] |
ResourceClassLoader.doURLs(Resource[] reses)
translate resources to url Objects
|
static boolean |
ResourceUtil.exists(Resource res) |
static String |
ResourceUtil.getCanonicalPathEL(Resource res)
Returns the canonical form of this abstract pathname.
|
static Resource |
ResourceUtil.getCanonicalResourceEL(Resource res)
Returns the canonical form of this abstract pathname.
|
static int |
ResourceUtil.getChildCount(Resource res) |
static int |
ResourceUtil.getChildCount(Resource res,
ResourceFilter filter) |
static String |
ResourceSnippet.getContents(Resource res,
String charset) |
static ContentType |
ResourceUtil.getContentType(Resource resource) |
ResourceClassLoader |
ResourceClassLoader.getCustomResourceClassLoader(Resource[] resources) |
ResourceClassLoader |
ResourceClassLoader.getCustomResourceClassLoader2(Resource[] resources) |
String |
ResourceUtilImpl.getExtension(Resource res) |
String |
ResourceUtilImpl.getExtension(Resource res,
String defaultValue) |
static String |
ResourceUtil.getExtension(Resource res,
String defaultValue)
get the Extension of a file
|
static String |
ResourceUtil.getMimeType(Resource res,
int checkingType,
String defaultValue) |
String |
ResourceUtilImpl.getMimeType(Resource res,
String defaultValue) |
static String |
ResourceUtil.getMimeType(Resource res,
String defaultValue)
return the mime type of a file, dont check extension
|
String |
ResourceUtilImpl.getPathToChild(Resource file,
Resource dir) |
static String |
ResourceUtil.getPathToChild(Resource file,
Resource dir)
return diffrents of one file to a other if first is child of second otherwise return null
|
static long |
ResourceUtil.getRealSize(Resource res)
return the size of the Resource, other than method length of Resource this mthod return the size of all files in a directory
|
static long |
ResourceUtil.getRealSize(Resource res,
ResourceFilter filter)
return the size of the Resource, other than method length of Resource this mthod return the size of all files in a directory
|
static Resource |
ResourceUtil.getResource(PageContext pc,
PageSource ps,
Resource defaultValue) |
boolean |
ResourceUtilImpl.isChildOf(Resource file,
Resource dir) |
static boolean |
ResourceUtil.isChildOf(Resource file,
Resource dir)
check if file is a child of given directory
|
boolean |
ResourceUtilImpl.isEmpty(Resource res) |
static boolean |
ResourceUtil.isEmpty(Resource res)
return if Resource is empty, means is directory and has no children or a empty file,
if not exist return false.
|
boolean |
ResourceUtilImpl.isEmptyDirectory(Resource res) |
static boolean |
ResourceUtil.isEmptyDirectory(Resource res,
ResourceFilter filter)
return Boolean.True when directory is empty, Boolean.FALSE when directory s not empty and null if directory does not exists
|
boolean |
ResourceUtilImpl.isEmptyFile(Resource res) |
static boolean |
ResourceUtil.isEmptyFile(Resource res) |
static Resource[] |
ResourceUtil.listResources(Resource[] resources,
ResourceFilter filter)
list childrn of all given resources
|
static Resource[] |
ResourceUtil.listResources(Resource res,
ResourceFilter filter) |
void |
ResourceProviderWrapper.lock(Resource res) |
void |
ResourceLockImpl.lock(Resource res) |
static Resource[] |
ResourceUtil.merge(Resource[] srcs,
Resource[] trgs) |
static Resource[] |
ResourceUtil.merge(Resource[] srcs,
Resource[] trgs) |
void |
ResourceSupport.moveTo(Resource dest) |
void |
FileWrapper.moveTo(Resource dest) |
void |
ResourceUtilImpl.moveTo(Resource src,
Resource dest) |
static void |
ResourceUtil.moveTo(Resource src,
Resource dest,
boolean useResourceMethod) |
static String[] |
ResourceUtil.names(Resource[] resources) |
void |
ResourceProviderWrapper.read(Resource res) |
void |
ResourceLockImpl.read(Resource res) |
void |
ResourceUtilImpl.removeChildren(Resource res) |
static void |
ResourceUtil.removeChildren(Resource res) |
void |
ResourceUtilImpl.removeChildren(Resource res,
ResourceFilter filter) |
static void |
ResourceUtil.removeChildren(Resource res,
ResourceFilter filter) |
void |
ResourceUtilImpl.removeChildren(Resource res,
ResourceNameFilter filter) |
static void |
ResourceUtil.removeChildren(Resource res,
ResourceNameFilter filter) |
static void |
ResourceUtil.removeChildrenEL(Resource res) |
static void |
ResourceUtil.removeChildrenEL(Resource res,
ResourceFilter filter) |
static void |
ResourceUtil.removeChildrenEL(Resource res,
ResourceNameFilter filter) |
static void |
ResourceUtil.removeEL(Resource res,
boolean force) |
static void |
ResourceUtil.removeEmptyFolders(Resource dir,
ResourceFilter filter)
remove empty folder in given directory
|
boolean |
ResourceSupport.renameTo(Resource dest) |
boolean |
FileWrapper.renameTo(Resource dest) |
void |
ResourceUtilImpl.setAttribute(Resource res,
String attributes) |
static void |
ResourceUtil.setAttribute(Resource res,
String attributes) |
static Resource |
ResourceUtil.toExactResource(Resource res)
transalte the path of the file to a existing file path by changing case of letters
Works only on Linux, becasue
Example Unix:
we have a existing file with path "/usr/virtual/myFile.txt"
now you call this method with path "/Usr/Virtual/myfile.txt"
the result of the method will be "/usr/virtual/myFile.txt"
if there are more file with rhe same name but different cases
Example:
/usr/virtual/myFile.txt
/usr/virtual/myfile.txt
/Usr/Virtual/myFile.txt
the nearest case wil returned
|
static File |
FileWrapper.toFile(Resource res) |
String |
ResourceUtilImpl.toString(Resource r,
String charset) |
static void |
ResourceUtil.touch(Resource res)
similat to linux bash fuction toch, create file if not exist oherwise change last modified date
|
void |
ResourceProviderWrapper.unlock(Resource res) |
void |
ResourceLockImpl.unlock(Resource res) |
Constructor and Description |
---|
ModeObjectWrap(Resource res) |
RCL(Resource[] files,
ClassLoader parent)
constructor of the class
|
ResourceClassLoader(Resource[] resources,
ClassLoader parent)
Constructor of the class
|
ResourceInputStream(Resource res,
InputStream is) |
ResourceOutputStream(Resource res,
OutputStream os)
Constructor of the class
|
Constructor and Description |
---|
RetireOutputStream(Resource res,
boolean append,
int retireRangeInSeconds,
RetireListener listener) |
Modifier and Type | Method and Description |
---|---|
Resource |
PhysicalClassLoader._getResource(String name)
returns matching File Object or null if file not exust
|
Resource |
PCLBlock._getResource(String name)
returns matching File Object or null if file not exust
|
Resource |
PhysicalClassLoader.getDirectory() |
Resource |
PCLBlock.getDirectory() |
Modifier and Type | Method and Description |
---|---|
PhysicalClassLoader |
PhysicalClassLoader.getCustomClassLoader(Resource[] resources,
boolean reload) |
static long |
PhysicalClassLoader.lastModified(Resource res,
long defaultValue) |
static long |
PCLBlock.lastModified(Resource res,
long defaultValue) |
Constructor and Description |
---|
ArchiveClassLoader(Resource file,
ClassLoader parent)
constructor of the class
|
PCLBlock(Resource directory,
ClassLoader parent)
Constructor of the class
|
PCLCollection(MappingImpl mapping,
Resource directory,
ClassLoader resourceCL,
int maxBlockSize)
Constructor of the class
|
PhysicalClassLoader(Resource directory)
Constructor of the class
|
PhysicalClassLoader(Resource directory,
ClassLoader parent)
Constructor of the class
|
Modifier and Type | Method and Description |
---|---|
static Resource[] |
JarLoader.download(Config config,
String[] jars) |
Modifier and Type | Method and Description |
---|---|
static Entity |
HTTPEngine.getResourceEntity(Resource res,
String contentType) |
Modifier and Type | Method and Description |
---|---|
Resource |
ResourcePart.getResource() |
Resource |
ResourcePartSource.getResource() |
Modifier and Type | Method and Description |
---|---|
static Entity |
HTTPEngine3Impl.getResourceEntity(Resource res,
String contentType) |
Constructor and Description |
---|
ResourcePartSource(Resource res)
Constructor of the class
|
ResourcePartSource(String fileName,
Resource file)
Constructor for FilePartSource.
|
Constructor and Description |
---|
ResourceRequestEntity(Resource res,
String contentType) |
Modifier and Type | Method and Description |
---|---|
Resource |
ResourceBody.getResource() |
Modifier and Type | Method and Description |
---|---|
static Entity |
HTTPEngine4Impl.getResourceEntity(Resource res,
String contentType) |
static Entity |
HTTPEngineImpl.getResourceEntity(Resource res,
String contentType) |
Constructor and Description |
---|
ResourceBody(Resource res,
String mimetype,
String fileName,
String charset) |
Constructor and Description |
---|
ResourceHttpEntity(Resource res,
String contentType) |
Modifier and Type | Method and Description |
---|---|
void |
PDFDocument.setSrcfile(Resource srcfile) |
Modifier and Type | Method and Description |
---|---|
boolean |
AndFileFilter.accept(Resource res) |
Modifier and Type | Method and Description |
---|---|
static void |
HeapDumper.dumpTo(Resource res,
boolean live)
Dumps the heap to the outputFile file in the same format as the hprof heap dump.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Filter.isValid(Resource res)
Gibt zurueck ob die eingegebene Datei eine CFML Datei ist oder nicht.
|
boolean |
CFMLFilter.isValid(Resource file) |
Modifier and Type | Method and Description |
---|---|
static void |
Util.copy(Resource in,
Resource out) |
Modifier and Type | Method and Description |
---|---|
Resource |
MappingImpl.getArchive() |
Resource |
Mapping.getArchive() |
Resource |
PageSourceImpl.getArchiveFile() |
Resource |
MappingImpl.getClassRootDirectory() |
Resource |
Mapping.getClassRootDirectory() |
Resource |
PageSourceImpl.getPhyscalFile()
return file object, based on physical path and relpath
|
Resource |
SourceFile.getPhyscalFile()
return file object, based on physical path and relpath
|
Resource |
MappingImpl.getPhysical() |
Resource |
Mapping.getPhysical() |
Resource |
PageContextImpl.getPhysical(String relPath,
boolean alsoDefaultMapping) |
Resource |
PageSourceImpl.getResource() |
Resource |
PageSource.getResource()
if the pageSource is based on a archive, Lucee returns the ra:// path
|
Resource |
SourceFile.getResource()
if the mapping physical path and archive is invalid or not defined, it is possible this method returns null
|
Resource |
PageSourceImpl.getResourceTranslated(PageContext pc) |
Resource |
PageSource.getResourceTranslated(PageContext pc)
if the pageSource is based on a archive, translate the source to a zip:// Resource
|
Resource |
PageContextImpl.getRootTemplateDirectory() |
abstract Resource |
PageContext.getRootTemplateDirectory() |
Modifier and Type | Method and Description |
---|---|
ClassLoader |
PageContextImpl.getClassLoader(Resource[] reses) |
PageSource |
PageContextImpl.toPageSource(Resource res,
PageSource defaultValue) |
abstract PageSource |
PageContext.toPageSource(Resource res,
PageSource defaultValue) |
Modifier and Type | Method and Description |
---|---|
Resource |
CacheWriter.getCacheFile() |
Modifier and Type | Method and Description |
---|---|
static void |
CacheItem.flush(PageContext pc,
Resource dir,
String cacheName,
String expireurl) |
static void |
CacheItem.flushAll(PageContext pc,
Resource dir,
String cacheName) |
static CacheItem |
CacheItem.getInstance(PageContext pc,
String id,
String key,
boolean useId,
Resource dir,
String cacheName,
TimeSpan timespan) |
static MetaData |
MetaData.getInstance(Resource directory) |
void |
CacheWriter.setCacheFile(Resource cacheFile) |
Constructor and Description |
---|
CacheWriter(Writer out,
Resource cacheFile) |
MetaData(Resource file,
HashMap<String,String> data) |
Modifier and Type | Method and Description |
---|---|
byte[] |
CFMLCompilerImpl.compile(ConfigImpl config,
PageSource source,
TagLib[] tld,
FunctionLib[] fld,
Resource classRootDir,
String className) |
byte[] |
CFMLCompiler.compile(ConfigImpl config,
PageSource source,
TagLib[] tld,
FunctionLib[] fld,
Resource classRootDir,
String className)
compiles a CFML source file
|
Modifier and Type | Method and Description |
---|---|
Resource |
ConfigImpl.getCacheDir() |
Resource |
Config.getCacheDir() |
Resource |
ConfigImpl.getClientScopeDir() |
Resource |
Config.getClientScopeDir() |
Resource |
ConfigImpl.getConfigDir() |
Resource |
Config.getConfigDir() |
Resource |
ConfigImpl.getConfigFile() |
Resource |
Config.getConfigFile() |
Resource |
ConfigWebImpl.getConfigServerDir() |
Resource |
ConfigWeb.getConfigServerDir() |
Resource |
ConfigImpl.getDeployDirectory() |
Resource |
Config.getDeployDirectory()
return directory, where lucee deploy translated cfml classes (java and class files)
|
static Resource |
DeployHandler.getDeployDirectory(Config config) |
static Resource |
ConfigWebUtil.getExistingResource(javax.servlet.ServletContext sc,
String strDir,
String defaultDir,
Resource configDir,
short type,
Config config)
get only a existing file, dont create it
|
Resource |
ConfigImpl.getExtensionDirectory() |
Resource |
Config.getExtensionDirectory() |
static Resource |
ConfigWebUtil.getFile(Config config,
Resource directory,
String path,
short type)
touch a file object by the string definition
|
static Resource |
ConfigWebUtil.getFile(Resource file,
short type) |
Resource |
ConfigImpl.getFldFile() |
Resource |
Config.getFldFile() |
Resource |
ConfigImpl.getPhysical(Mapping[] mappings,
String relPath,
boolean alsoDefaultMapping) |
Resource |
Config.getPhysical(Mapping[] mappings,
String relPath,
boolean alsoDefaultMapping)
Deprecated.
use instead getPhysicalResources or getPhysicalResourceExisting
|
Resource |
ConfigImpl.getPhysicalResourceExisting(PageContext pc,
Mapping[] mappings,
String relPath,
boolean onlyTopLevel,
boolean useSpecialMappings,
boolean useDefaultMapping) |
Resource |
Config.getPhysicalResourceExisting(PageContext pc,
Mapping[] mappings,
String relPath,
boolean onlyTopLevel,
boolean useSpecialMappings,
boolean useDefaultMapping)
return existing Resource that match the given criteria, if there is no Resource null is returned.
|
Resource[] |
ConfigImpl.getPhysicalResources(PageContext pc,
Mapping[] mappings,
String relPath,
boolean onlyTopLevel,
boolean useSpecialMappings,
boolean useDefaultMapping) |
Resource[] |
Config.getPhysicalResources(PageContext pc,
Mapping[] mappings,
String relPath,
boolean onlyTopLevel,
boolean useSpecialMappings,
boolean useDefaultMapping)
get all Resources that match the given criteria
|
Resource |
ConfigImpl.getRemoteClientDirectory() |
Resource |
Config.getRemoteClientDirectory() |
Resource |
ConfigImpl.getResource(String path) |
Resource |
Config.getResource(String path) |
Resource |
ConfigServerImpl.getRootDirectory() |
abstract Resource |
ConfigImpl.getRootDirectory() |
Resource |
ConfigWebImpl.getRootDirectory() |
Resource |
Config.getRootDirectory() |
Resource |
ConfigServerImpl.getSecurityDirectory() |
Resource |
ConfigWebImpl.getSecurityDirectory() |
Resource |
Config.getSecurityDirectory() |
Resource |
ConfigWebImpl.getServerConfigDir() |
Resource |
ConfigImpl.getSessionScopeDir() |
Resource |
ConfigImpl.getTagDirectory() |
Resource |
ConfigImpl.getTempDirectory() |
Resource |
Config.getTempDirectory()
return the temp directory
|
Resource |
ConfigImpl.getTldFile() |
Resource |
Config.getTldFile() |
Resource |
ConfigImpl.getVideoDirectory() |
Resource |
Config.getVideoDirectory() |
Modifier and Type | Method and Description |
---|---|
static void |
ConfigServerFactory.createContextFiles(Resource configDir,
ConfigServer config,
boolean doNew) |
static void |
ConfigWebFactory.createContextFiles(Resource configDir,
javax.servlet.ServletConfig servletConfig,
boolean doNew)
Creates all files for Lucee Context
|
static void |
ConfigWebFactory.createContextFilesPost(Resource configDir,
ConfigImpl config,
javax.servlet.ServletConfig servletConfig,
boolean isEventGatewayContext,
boolean doNew) |
static void |
ConfigFactory.createFileFromResourceEL(String resource,
Resource file) |
static void |
ConfigWebFactory.createHtAccess(Resource htAccess) |
static String |
ConfigWebUtil.createMD5FromResource(Resource resource) |
ClassLoader |
ConfigImpl.getClassLoader(Resource[] reses) |
ClassLoader |
Config.getClassLoader(Resource[] reses) |
Compress |
ConfigImpl.getCompressInstance(Resource zipFile,
int format,
boolean caseSensitive) |
static Resource |
ConfigWebUtil.getExistingResource(javax.servlet.ServletContext sc,
String strDir,
String defaultDir,
Resource configDir,
short type,
Config config)
get only a existing file, dont create it
|
static Resource |
ConfigWebUtil.getFile(Config config,
Resource directory,
String path,
short type)
touch a file object by the string definition
|
static Resource |
ConfigWebUtil.getFile(Resource file,
short type) |
static boolean |
ConfigWebUtil.isDirectory(Resource directory)
checks if file is a directory or not, if directory doesn't exist, it will be created
|
static boolean |
ConfigWebUtil.isFile(Resource file)
checks if file is a file or not, if file doesn't exist, it will be created
|
static ConfigServerImpl |
ConfigServerFactory.newInstance(CFMLEngineImpl engine,
Map<String,CFMLFactory> initContextes,
Map<String,CFMLFactory> contextes,
Resource configDir)
creates a new ServletConfig Impl Object
|
static ConfigWebImpl |
ConfigWebFactory.newInstance(CFMLFactoryImpl factory,
ConfigServerImpl configServer,
Resource configDir,
boolean isConfigDirACustomSetting,
javax.servlet.ServletConfig servletConfig)
creates a new ServletConfig Impl Object
|
PageSource |
ConfigImpl.toPageSource(Mapping[] mappings,
Resource res,
PageSource defaultValue) |
void |
ConfigWebAdmin.updateDefaultSecurity(short setting,
short file,
Resource[] fileAccess,
short directJavaAccess,
short mail,
short datasource,
short mapping,
short remote,
short customTag,
short cfxSetting,
short cfxUsage,
short debugging,
short search,
short scheduledTasks,
short tagExecute,
short tagImport,
short tagObject,
short tagRegistry,
short cache,
short gateway,
short orm,
short accessRead,
short accessWrite) |
void |
ConfigWebAdmin.updateFLD(Resource resFld) |
void |
ConfigWebAdmin.updateJar(Resource resJar) |
void |
ConfigWebAdmin.updateSecurity(String id,
short setting,
short file,
Resource[] fileAccess,
short directJavaAccess,
short mail,
short datasource,
short mapping,
short remote,
short customTag,
short cfxSetting,
short cfxUsage,
short debugging,
short search,
short scheduledTasks,
short tagExecute,
short tagImport,
short tagObject,
short tagRegistry,
short cache,
short gateway,
short orm,
short accessRead,
short accessWrite)
update a security manager that match the given id
|
void |
ConfigWebAdmin.updateTLD(Resource resTld) |
Constructor and Description |
---|
ConfigImpl(CFMLFactory factory,
Resource configDir,
Resource configFile,
TagLib[] tlds,
FunctionLib[] flds) |
Modifier and Type | Method and Description |
---|---|
static void |
AjaxFactory.deployFunctions(Resource dir,
boolean doNew)
this method deploy all ajax functions to the lucee enviroment and the helper files
|
static void |
AjaxFactory.deployTags(Resource dir,
boolean doNew)
this functions deploy all ajax tags to the lucee enviroment and the helper files
|
Modifier and Type | Method and Description |
---|---|
static void |
ComponentFactory.deploy(Resource dir,
boolean doNew)
this method deploy all components for org.lucee.cfml
|
Modifier and Type | Method and Description |
---|---|
static Object |
JavaConverter.deserialize(Resource res) |
static void |
JavaConverter.serialize(Serializable o,
Resource out) |
Modifier and Type | Method and Description |
---|---|
Resource |
DebugPageImpl.getFile() |
Resource |
DebugPage.getFile()
return file represetati9on of the debug page
|
Constructor and Description |
---|
DebuggerPool(Resource storage) |
DebugPageImpl(Resource file) |
Modifier and Type | Method and Description |
---|---|
Resource |
FileStreamWrapper.getResource() |
Constructor and Description |
---|
FileStreamWrapper(Resource res) |
FileStreamWrapperRead(Resource res,
String charset,
boolean seekable)
Constructor of the class
|
FileStreamWrapperReadBinary(Resource res,
boolean seekable)
Constructor of the class
|
FileStreamWrapperReadWrite(Resource res,
String charset,
boolean seekable) |
FileStreamWrapperWrite(Resource res,
String charset,
boolean append,
boolean seekable) |
Modifier and Type | Method and Description |
---|---|
void |
XMLEventParser.start(Resource xmlFile)
start execution of the parser
|
void |
XMLEventParser.start(Resource xmlFile,
String saxParserCass)
start execution of the parser
|
Modifier and Type | Method and Description |
---|---|
Resource |
Image.getSource() |
Modifier and Type | Method and Description |
---|---|
static void |
ImageMetaDrew.addInfo(String format,
Resource res,
Struct info)
adds information about a image to the given struct
|
static void |
ImageMeta.addInfo(String format,
Resource res,
Struct info)
adds information about a image to the given struct
|
static String |
ImageUtil.getFormat(Resource res) |
static String |
ImageUtil.getFormatFromExtension(Resource res,
String defaultValue) |
static BufferedImage |
JAIUtil.read(Resource res) |
static BufferedImage |
ImageUtil.toBufferedImage(Resource res,
String format)
translate a file resource to a buffered image
|
static void |
JAIUtil.write(BufferedImage img,
Resource res,
String format) |
String |
Image.writeBase64(Resource destination,
String format,
boolean inHTMLFormat) |
void |
Image.writeOut(Resource destination,
boolean overwrite,
float quality) |
void |
Image.writeOut(Resource destination,
String format,
boolean overwrite,
float quality) |
Constructor and Description |
---|
Image(Resource res) |
Image(Resource res,
String format) |
ResourceImageOutputStream(Resource res) |
Modifier and Type | Method and Description |
---|---|
abstract BufferedImage |
Coder.toBufferedImage(Resource res,
String format)
translate a file resource to a buffered image
|
Modifier and Type | Method and Description |
---|---|
Resource[] |
JavaSettingsImpl.getResources() |
Resource[] |
JavaSettings.getResources()
pathes to the directories that contain Java classes or JAR files.
|
Resource[] |
JavaSettingsImpl.getResourcesTranslated() |
Resource[] |
ModernApplicationContext.getRestCFCLocations() |
Resource[] |
ClassicApplicationContext.getRestCFCLocations() |
Resource[] |
ApplicationContext.getRestCFCLocations() |
Resource |
ModernApplicationContext.getSource() |
Resource |
ClassicApplicationContext.getSource() |
Resource |
ApplicationContext.getSource() |
Modifier and Type | Method and Description |
---|---|
static void |
JavaSettingsImpl._getResourcesTranslated(List<Resource> list,
Resource[] resources,
boolean deep) |
void |
ClassicApplicationContext.setRestCFCLocations(Resource[] restCFCLocations) |
static Mapping[] |
AppListenerUtil.toComponentMappings(ConfigWeb cw,
Object o,
Resource source) |
static Mapping[] |
AppListenerUtil.toComponentMappings(ConfigWeb cw,
Object o,
Resource source,
Mapping[] defaultValue) |
static Mapping[] |
AppListenerUtil.toCustomTagMappings(ConfigWeb cw,
Object o,
Resource source) |
static Mapping[] |
AppListenerUtil.toCustomTagMappings(ConfigWeb cw,
Object o,
Resource source,
Mapping[] defaultValue) |
static Mapping[] |
AppListenerUtil.toMappings(ConfigWeb cw,
Object o,
Mapping[] defaultValue,
Resource source) |
static Mapping[] |
AppListenerUtil.toMappings(ConfigWeb cw,
Object o,
Resource source) |
Modifier and Type | Method and Description |
---|---|
static void |
JavaSettingsImpl._getResourcesTranslated(List<Resource> list,
Resource[] resources,
boolean deep) |
Constructor and Description |
---|
ClassicApplicationContext(ConfigWeb config,
String name,
boolean isDefault,
Resource source)
constructor of the class
|
JavaSettingsImpl(Resource[] resources,
Boolean loadCFMLClassPath,
boolean reloadOnChange,
int watchInterval,
String[] watchedExtensions) |
Modifier and Type | Method and Description |
---|---|
Resource |
ServletContextDummy.getRealResource(String relpath) |
Modifier and Type | Method and Description |
---|---|
static HttpServletRequestDummy |
HttpServletRequestDummy.clone(Config config,
Resource rootDirectory,
javax.servlet.http.HttpServletRequest req) |
Constructor and Description |
---|
CertificateInstaller(Resource source,
String host,
int port) |
CertificateInstaller(Resource source,
String host,
int port,
char[] passphrase) |
HttpServletRequestDummy(Resource contextRoot,
String serverName,
String scriptName,
String queryString,
javax.servlet.http.Cookie[] cookies,
Pair[] headers,
Pair[] parameters,
Struct attributes,
javax.servlet.http.HttpSession session)
constructor of the class
|
ServletContextDummy(Config config,
Resource root,
Struct attributes,
Struct parameters,
int majorVersion,
int minorVersion) |
Modifier and Type | Method and Description |
---|---|
void |
MailClient.setAttachmentDirectory(Resource attachmentDirectory) |
Modifier and Type | Method and Description |
---|---|
void |
SMTPClient.addAttachment(Resource file) |
void |
SMTPClient.addAttachment(Resource resource,
String type,
String disposition,
String contentID,
boolean removeAfterSend) |
Constructor and Description |
---|
Attachment(Resource resource,
String type,
String disposition,
String contentID,
boolean removeAfterSend) |
Modifier and Type | Method and Description |
---|---|
Resource |
CreationImpl.createResource(String path,
boolean existing) |
static Resource |
Caster.toResource(Config config,
Object src,
boolean existing) |
Resource |
CastImpl.toResource(Object obj) |
Resource |
CastImpl.toResource(Object obj,
Resource defaultValue) |
static Resource |
Caster.toResource(PageContext pc,
Object src,
boolean existing) |
static Resource |
Caster.toResource(PageContext pc,
Object src,
boolean existing,
boolean allowRelpath) |
Modifier and Type | Method and Description |
---|---|
Document |
CreationImpl.createDocument(Resource res,
boolean isHTML) |
Resource |
CastImpl.toResource(Object obj,
Resource defaultValue) |
Modifier and Type | Method and Description |
---|---|
Resource |
ORMConfigurationImpl.getCacheConfig() |
Resource |
ORMConfiguration.getCacheConfig() |
Resource[] |
ORMConfigurationImpl.getCfcLocations() |
Resource[] |
ORMConfiguration.getCfcLocations() |
Resource |
ORMConfigurationImpl.getOrmConfig() |
Resource |
ORMConfiguration.getOrmConfig() |
Resource |
ORMConfigurationImpl.getSqlScript() |
Resource |
ORMConfiguration.getSqlScript() |
Modifier and Type | Method and Description |
---|---|
static List<Resource> |
ORMConfigurationImpl.loadCFCLocation(Config config,
ApplicationContext ac,
Object obj,
boolean onlyDir) |
Modifier and Type | Method and Description |
---|---|
static ORMConfiguration |
ORMConfigurationImpl.load(Config config,
ApplicationContext ac,
Element el,
Resource defaultCFCLocation,
ORMConfiguration defaultConfig) |
static ORMConfiguration |
ORMConfigurationImpl.load(Config config,
ApplicationContext ac,
Struct settings,
Resource defaultCFCLocation,
ORMConfiguration defaultConfig) |
Modifier and Type | Method and Description |
---|---|
static Mapping[] |
HibernateSessionFactory.createMappings(PageContext pc,
Resource[] resources) |
static Reader |
CommonUtil.getReader(Resource res,
Charset charset) |
static Writer |
CommonUtil.getWriter(Resource res,
Charset charset,
boolean append) |
static BufferedReader |
CommonUtil.toBufferedReader(Resource res,
Charset charset) |
static Document |
CommonUtil.toDocument(Resource res,
Charset cs) |
static String |
CommonUtil.toString(Resource file,
Charset charset)
reads String data from File
|
static void |
CommonUtil.write(Resource res,
String string,
Charset cs,
boolean append) |
Modifier and Type | Method and Description |
---|---|
void |
Excel.write(Resource res,
String password) |
Modifier and Type | Method and Description |
---|---|
Resource |
Mapping.getPhysical() |
Modifier and Type | Method and Description |
---|---|
static boolean |
RestUtil.isMatch(PageContext pc,
Mapping mapping,
Resource res) |
Modifier and Type | Method and Description |
---|---|
Resource |
ScheduleTaskImpl.getResource() |
Resource |
ScheduleTask.getResource() |
Resource |
StorageUtil.toResource(Config config,
Element el,
String attributeName)
reads a XML Element Attribute ans cast it to a File
|
Modifier and Type | Method and Description |
---|---|
Document |
StorageUtil.loadDocument(Resource file)
load a XML Document as DOM representation
|
void |
StorageUtil.loadFile(Resource res,
String resourcePath)
create xml file from a resource definition
|
void |
StorageUtil.setFile(Element el,
String key,
Resource value)
sets a file value to a XML Element
|
void |
StorageUtil.store(Document doc,
Resource res)
store loaded data to xml file
|
Constructor and Description |
---|
SchedulerImpl(CFMLEngine engine,
Config config,
Resource schedulerDir,
String charset)
constructor of the sheduler
|
ScheduleTaskImpl(String task,
Resource file,
Date startDate,
Time startTime,
Date endDate,
Time endTime,
String url,
int port,
String interval,
long timeout,
Credentials credentials,
ProxyData proxy,
boolean resolveURL,
boolean publish,
boolean hidden,
boolean readonly,
boolean paused,
boolean autoDelete)
constructor of the class
|
Modifier and Type | Method and Description |
---|---|
Resource |
SearchEngineSupport.getDirectory() |
Resource |
SearchEngine.getDirectory() |
Resource |
SearchCollectionSupport.getPath() |
Resource |
SearchCollectionSupport2.getPath() |
Resource |
SearchCollection.getPath() |
Modifier and Type | Method and Description |
---|---|
SearchCollection |
SearchEngineSupport.createCollection(String name,
Resource path,
String language,
boolean allowOverwrite) |
SearchCollection |
SearchEngine.createCollection(String name,
Resource path,
String language,
boolean allowOverwrite)
Creates a new Collection and Store it (creating always a spellindex)
|
IndexResult |
SearchCollectionSupport2.indexFile(SearchIndex si,
Resource file) |
IndexResult |
SearchCollectionSupport.indexFile(String id,
String title,
Resource res,
String language) |
IndexResult |
SearchCollectionSupport2.indexFile(String id,
String title,
Resource res,
String language) |
IndexResult |
SearchCollection.indexFile(String id,
String title,
Resource file,
String language)
updates a collection with a file
|
IndexResult |
SearchCollectionSupport2.indexPath(SearchIndex si,
Resource dir,
boolean recurse) |
IndexResult |
SearchCollectionSupport.indexPath(String id,
String title,
Resource dir,
String[] extensions,
boolean recurse,
String language) |
IndexResult |
SearchCollectionSupport2.indexPath(String id,
String title,
Resource dir,
String[] extensions,
boolean recurse,
String language) |
IndexResult |
SearchCollection.indexPath(String id,
String title,
Resource dir,
String[] extensions,
boolean recurse,
String language)
updates a collection with a path
|
void |
SearchEngineSupport.init(Config config,
Resource searchDir,
LogAndSource log) |
void |
SearchEngine.init(Config config,
Resource searchDir,
LogAndSource log)
constructor of the class
|
void |
SearchCollectionSupport.map(Resource path) |
void |
SearchCollectionSupport2.map(Resource path) |
void |
SearchCollection.map(Resource path)
map a Collection
|
Constructor and Description |
---|
SearchCollectionSupport(SearchEngineSupport searchEngine,
String name,
Resource path,
String language,
DateTime lastUpdate,
DateTime created)
constructor of the class
|
SearchCollectionSupport2(SearchEngineSupport searchEngine,
String name,
Resource path,
String language,
DateTime lastUpdate,
DateTime created)
constructor of the class
|
Modifier and Type | Method and Description |
---|---|
SearchCollection |
LuceneSearchEngine._createCollection(String name,
Resource path,
String language) |
SearchCollection |
LuceneSearchEngine._readCollection(String name,
Resource path,
String language,
DateTime lastUpdate,
DateTime created) |
boolean |
LuceneExtensionFileFilter.accept(Resource res) |
boolean |
LuceneSearchCollection.SpellDirFilter.accept(Resource parent,
String name) |
static org.apache.lucene.document.Document |
DocumentUtil.toDocument(Resource file,
String url,
String charset)
translate the file to a Document Object
|
Constructor and Description |
---|
LuceneSearchCollection(SearchEngineSupport searchEngine,
String name,
Resource path,
String language,
DateTime lastUpdate,
DateTime created) |
LuceneSearchCollection(SearchEngineSupport searchEngine,
String name,
Resource path,
String language,
DateTime lastUpdate,
DateTime created,
boolean spellcheck) |
Modifier and Type | Method and Description |
---|---|
static org.apache.lucene.document.Document |
PlainDocument.Document(Resource f,
String charset)
Makes a document for a File.
|
static org.apache.lucene.document.Document |
PDFDocument.getDocument(Resource res)
This will get a lucene document from a PDF file.
|
static org.apache.lucene.document.Document |
WordDocument.getDocument(Resource res)
Makes a document for a File.
|
static org.apache.lucene.document.Document |
FileDocument.getDocument(Resource res,
String charset)
Makes a document for a File.
|
static org.apache.lucene.document.Document |
HTMLDocument.getDocument(Resource res,
String charset) |
static String |
HTMLDocument.uid(Resource f) |
Modifier and Type | Method and Description |
---|---|
void |
HTMLParser.parse(Resource res,
String charset) |
Modifier and Type | Method and Description |
---|---|
Resource[] |
SecurityManagerImpl.getCustomFileAccess() |
Modifier and Type | Method and Description |
---|---|
void |
SecurityManagerImpl.checkFileLocation(Config config,
Resource res,
String serverPassword) |
void |
SecurityManager.checkFileLocation(Config config,
Resource res,
String serverPassword) |
void |
SecurityManagerImpl.checkFileLocation(Resource res) |
void |
SecurityManager.checkFileLocation(Resource res) |
static Credential |
CredentialImpl.decode(Object encoded,
Resource rolesDir)
decode the Credential form a Base64 String value
|
void |
SecurityManagerImpl.setCustomFileAccess(Resource[] fileAccess) |
void |
SecurityManagerImpl.setRootDirectory(Resource rootDirectory) |
Constructor and Description |
---|
CredentialImpl(String username,
Resource rolesDir)
credential constructor
|
CredentialImpl(String username,
String password,
Array roles,
Resource rolesDir)
credential constructor
|
CredentialImpl(String username,
String password,
Resource rolesDir)
credential constructor
|
CredentialImpl(String username,
String password,
String[] roles,
Resource rolesDir)
credential constructor
|
CredentialImpl(String username,
String password,
String roles,
Resource rolesDir)
credential constructor
|
Modifier and Type | Method and Description |
---|---|
void |
SpoolerEngineImpl.setPersisDirectory(Resource persisDirectory) |
Constructor and Description |
---|
SpoolerEngineImpl(Config config,
Resource persisDirectory,
String label,
Log log,
int maxThreads) |
Modifier and Type | Method and Description |
---|---|
Resource |
HttpParamBean.getFile() |
Resource |
VideoPlayerParamBean.getFlash() |
Resource |
VideoPlayerParamBean.getImage() |
Resource |
VideoPlayerParamBean.getResource() |
Resource |
ZipParamSource.getSource() |
Resource |
Zip.getSource() |
Resource |
VideoPlayerParamBean.getVideo() |
Modifier and Type | Method and Description |
---|---|
static void |
Directory.actionCopy(PageContext pc,
Resource directory,
String strDestination,
String serverPassword,
boolean createPath,
Object acl,
int storage,
ResourceFilter filter,
boolean recurse,
int nameconflict) |
static void |
FileTag.actionCopy(PageContext pageContext,
SecurityManager securityManager,
Resource source,
String strDestination,
int nameconflict,
String serverPassword,
Object acl,
int mode,
String attributes)
copy source file to destination file or path
|
static void |
Directory.actionCreate(PageContext pc,
Resource directory,
String serverPassword,
boolean createPath,
int mode,
Object acl,
int storage,
int nameConflict)
create a directory
|
static void |
Directory.actionDelete(PageContext pc,
Resource dir,
boolean forceDelete,
String serverPassword)
delete directory
|
static Object |
Directory.actionList(PageContext pageContext,
Resource directory,
String serverPassword,
int type,
ResourceFilter filter,
ResourceAndResourceNameFilter nameFilter,
int listInfo,
boolean recurse,
String sort)
list all files and directories inside a directory
|
static void |
FileTag.actionMove(PageContext pageContext,
SecurityManager securityManager,
Resource source,
String strDestination,
int nameconflict,
String serverPassword,
Object acl,
int mode,
String attributes)
move source file to destination path or file
|
static void |
Directory.actionRename(PageContext pc,
Resource directory,
String strNewdirectory,
String serverPassword,
boolean createPath,
Object acl,
int storage)
rename a directory to a new Name
|
void |
HttpParamBean.setFile(Resource file)
set the value file
Required for type = "File".
|
void |
VideoPlayerParamBean.setFlash(Resource flash,
String pathFlash) |
void |
VideoPlayerParamBean.setVideo(Resource video,
String pathVideo) |
Constructor and Description |
---|
_Execute(PageContext pageContext,
Object monitor,
String command,
Resource outputfile,
String variable,
Resource errorFile,
String errorVariable) |
ZipParamSource(Resource source,
String entryPath,
ResourceFilter filter,
String prefix,
boolean recurse) |
Constructor and Description |
---|
FeedHandler(Resource res)
Constructor of the class
|
RSSHandler(Resource res)
Constructor of the class
|
Modifier and Type | Method and Description |
---|---|
Resource |
PDFDocument.getResource() |
Modifier and Type | Method and Description |
---|---|
void |
PDF2ImageICEpdf.writeImages(byte[] input,
Set pages,
Resource outputDirectory,
String prefix,
String format,
int scale,
boolean overwrite,
boolean goodQuality,
boolean transparent) |
abstract void |
PDF2Image.writeImages(byte[] input,
Set pages,
Resource outputDirectory,
String prefix,
String format,
int scale,
boolean overwrite,
boolean goodQuality,
boolean transparent) |
void |
PDF2ImageJPedal.writeImages(byte[] input,
Set pages,
Resource outputDirectory,
String prefix,
String format,
int scale,
boolean overwrite,
boolean goodQuality,
boolean transparent) |
void |
PDF2ImagePDFRenderer.writeImages(byte[] input,
Set pages,
Resource outputDirectory,
String prefix,
String format,
int scale,
boolean overwrite,
boolean goodQuality,
boolean transparent) |
static void |
PDFUtil.writeImages(byte[] input,
Set pages,
Resource outputDirectory,
String prefix,
String format,
int scale,
boolean overwrite,
boolean goodQuality,
boolean transparent) |
Constructor and Description |
---|
PDFDocument(byte[] barr,
Resource resource,
String password) |
PDFDocument(Resource resource,
String password) |
Modifier and Type | Method and Description |
---|---|
static InputSource |
XMLUtil.toInputSource(Resource res,
Charset cs) |
static void |
XMLCaster.writeTo(Node node,
Resource file)
write a xml Dom to a file
|
Modifier and Type | Method and Description |
---|---|
Resource |
FormItem.getResource() |
Modifier and Type | Method and Description |
---|---|
Resource |
ResourceUtil.createResource(Resource res,
short level,
short type)
create a file if possible, return file if ok, otherwise return null
|
Resource |
Creation.createResource(String path,
boolean existing) |
Resource |
Cast.toResource(Object obj)
convert a object to a Resource
|
Resource |
Cast.toResource(Object obj,
Resource defaultValue)
convert a object to a Resource
|
Resource |
ResourceUtil.toResourceExisting(PageContext pc,
String path)
cast a String (argument destination) to a File Object,
if destination is not a absolute, file object will be relative to current position (get from PageContext)
file must exist otherwise throw exception
|
Resource |
ResourceUtil.toResourceExistingParent(PageContext pc,
String destination)
cast a String (argument destination) to a File Object,
if destination is not a absolute, file object will be relative to current position (get from PageContext)
at least parent must exist
|
Resource |
ResourceUtil.toResourceNotExisting(PageContext pc,
String destination)
cast a String (argument destination) to a File Object,
if destination is not a absolute, file object will be relative to current position (get from PageContext)
existing file is prefered but dont must exist
|
Modifier and Type | Method and Description |
---|---|
void |
ResourceUtil.checkCopyToOK(Resource source,
Resource target)
check if copying a file is ok with the rules for the Resource interface, to not change this rules.
|
void |
ResourceUtil.checkCreateDirectoryOK(Resource resource,
boolean createParentWhenNotExists)
check if directory creation is ok with the rules for the Resource interface, to not change this rules.
|
void |
ResourceUtil.checkCreateFileOK(Resource resource,
boolean createParentWhenNotExists)
check if file creating is ok with the rules for the Resource interface, to not change this rules.
|
void |
ResourceUtil.checkGetInputStreamOK(Resource resource)
check if getting a inputstream of the file is ok with the rules for the Resource interface, to not change this rules.
|
void |
ResourceUtil.checkGetOutputStreamOK(Resource resource)
check if getting a outputstream of the file is ok with the rules for the Resource interface, to not change this rules.
|
void |
ResourceUtil.checkMoveToOK(Resource source,
Resource target)
check if moveing a file is ok with the rules for the Resource interface, to not change this rules.
|
void |
ResourceUtil.checkRemoveOK(Resource resource)
check if removing the file is ok with the rules for the Resource interface, to not change this rules.
|
void |
ResourceUtil.copyRecursive(Resource src,
Resource trg)
copy a file or directory recursive (with his content)
|
void |
ResourceUtil.copyRecursive(Resource src,
Resource trg,
ResourceFilter filter)
copy a file or directory recursive (with his content)
|
Document |
Creation.createDocument(Resource file,
boolean isHtml)
creates and returns a xml Document instance
|
Resource |
ResourceUtil.createResource(Resource res,
short level,
short type)
create a file if possible, return file if ok, otherwise return null
|
String |
ResourceUtil.getExtension(Resource res)
Deprecated.
use instead
getExtension(Resource res, String defaultValue); |
String |
ResourceUtil.getExtension(Resource res,
String defaultValue)
get the Extension of a file resource
|
String |
ResourceUtil.getMimeType(Resource res,
String defaultValue)
return the mime type of a file, does not check the extension of the file, it checks the header
|
String |
ResourceUtil.getPathToChild(Resource file,
Resource dir)
return diffrents of one file to a other if first is child of second otherwise return null
|
boolean |
ResourceUtil.isChildOf(Resource file,
Resource dir)
check if file is a child of given directory
|
boolean |
ResourceUtil.isEmpty(Resource res)
return if Resource is empty, means is directory and has no children or a empty file,
if not exist return false.
|
boolean |
ResourceUtil.isEmptyDirectory(Resource res) |
boolean |
ResourceUtil.isEmptyFile(Resource res) |
void |
ResourceUtil.moveTo(Resource src,
Resource dest) |
void |
ResourceUtil.removeChildren(Resource res) |
void |
ResourceUtil.removeChildren(Resource res,
ResourceFilter filter) |
void |
ResourceUtil.removeChildren(Resource res,
ResourceNameFilter filter) |
void |
ResourceUtil.setAttribute(Resource res,
String attributes)
sets a attribute to the resource
|
Resource |
Cast.toResource(Object obj,
Resource defaultValue)
convert a object to a Resource
|
String |
ResourceUtil.toString(Resource r,
String charset) |
void |
ZipUtilImpl.unzip(Resource zip,
Resource dir) |
void |
ZipUtil.unzip(Resource zip,
Resource dir) |
Modifier and Type | Method and Description |
---|---|
Resource |
VideoInputImpl.getResource() |
Resource |
VideoOutputImpl.getResource() |
Resource |
VideoOutput.getResource() |
Resource |
VideoInput.getResource() |
Modifier and Type | Method and Description |
---|---|
static void |
ProfileCollection.createFileFromResource(String path,
Resource bin) |
VideoInput |
VideoUtilImpl.createVideoInput(Resource input) |
VideoInput |
VideoUtil.createVideoInput(Resource input) |
VideoOutput |
VideoUtilImpl.createVideoOutput(Resource output) |
VideoOutput |
VideoUtil.createVideoOutput(Resource output) |
void |
VideoOutputImpl.setResource(Resource resource) |
void |
VideoOutput.setResource(Resource resource) |
Constructor and Description |
---|
VideoInputImpl(Resource resource)
Constructor of the class
|
VideoOutputImpl(Resource resource) |
Modifier and Type | Method and Description |
---|---|
byte[] |
Page.execute(PageSource source,
Resource classFile)
result byte code as binary array
|
Constructor and Description |
---|
Page(PageSource pageSource,
Resource source,
String name,
int version,
long lastModifed,
boolean writeLog,
boolean suppressWSbeforeArg,
boolean output) |
Modifier and Type | Method and Description |
---|---|
static ASMClass |
ASMProxyFactory.getClass(ExtendableClassLoader pcl,
Resource classRoot,
Class clazz) |
static ASMMethod |
ASMProxyFactory.getMethod(ExtendableClassLoader pcl,
Resource classRoot,
Class clazz,
String methodName,
Class[] parameters) |
Modifier and Type | Method and Description |
---|---|
static String |
ASMUtil.getClassName(Resource res) |
Modifier and Type | Method and Description |
---|---|
static FunctionLib[] |
FunctionLibFactory.loadFromDirectory(Resource dir)
Laedt mehrere FunctionLib's die innerhalb eines Verzeichnisses liegen.
|
static FunctionLib[] |
FunctionLibFactory.loadFromDirectory(Resource dir,
String saxParser)
Laedt mehrere FunctionLib's die innerhalb eines Verzeichnisses liegen.
|
static FunctionLib |
FunctionLibFactory.loadFromFile(Resource file)
Laedt eine einzelne FunctionLib.
|
static FunctionLib |
FunctionLibFactory.loadFromFile(Resource res,
String saxParser)
Laedt eine einzelne FunctionLib.
|
Modifier and Type | Method and Description |
---|---|
static TagLib[] |
TagLibFactory.loadFrom(Resource res) |
static TagLib[] |
TagLibFactory.loadFromDirectory(Resource dir)
Laedt mehrere TagLib's die innerhalb eines Verzeichnisses liegen.
|
static TagLib[] |
TagLibFactory.loadFromDirectory(Resource dir,
String saxParser)
Laedt mehrere TagLib's die innerhalb eines Verzeichnisses liegen.
|
static TagLib |
TagLibFactory.loadFromFile(Resource res)
Laedt eine einzelne TagLib.
|
static TagLib |
TagLibFactory.loadFromFile(Resource res,
String saxParser)
Laedt eine einzelne TagLib.
|
Constructor and Description |
---|
AlreadyClassException(Resource resource,
boolean encrypted) |
Copyright © 2015 Lucee