Uses of Class
org.apache.jackrabbit.vault.fs.config.ConfigurationException
-
-
Uses of ConfigurationException in org.apache.jackrabbit.vault.fs.config
Methods in org.apache.jackrabbit.vault.fs.config that throw ConfigurationException Modifier and Type Method Description Object
ConfigHelper. create(Element elem)
protected abstract void
AbstractConfig. doLoad(Element child)
protected void
VaultAuthConfig. doLoad(Element child)
protected void
VaultSettings. doLoad(Element child)
protected void
AbstractVaultFsConfig. fail(String msg, Node elem)
static boolean
ConfigHelper. hasSetter(Object obj, String name)
static <T> T
ConfigHelper. invokeGetter(Object obj, String name, Class<T> T)
boolean
AbstractConfig. load(File configFile)
boolean
AbstractConfig. load(InputStream in)
The specified stream remains open after this method returns.void
AbstractConfig. load(Element doc)
static VaultFsConfig
AbstractVaultFsConfig. load(File file)
static VaultFsConfig
AbstractVaultFsConfig. load(InputStream in, String name)
The specified stream remains open after this method returns.static CredentialsConfig
CredentialsConfig. load(Element elem)
boolean
DefaultMetaInf. load(@Nullable InputStream in, @NotNull String systemId)
Loads a setting based on the name of the system id.void
DefaultWorkspaceFilter. load(File file)
Loads the workspace filter from the given filevoid
DefaultWorkspaceFilter. load(InputStream in)
Loads the workspace filter from the given input source.void
DefaultWorkspaceFilter. load(Element doc)
static SimpleCredentialsConfig
SimpleCredentialsConfig. load(Element elem)
boolean
VaultAuthConfig. load()
static VaultAuthConfig.RepositoryConfig
VaultAuthConfig.RepositoryConfig. load(Element elem)
protected void
DefaultMetaInf. loadConfig(@NotNull File metaDir)
void
DefaultMetaInf. loadConfig(@NotNull InputStream in, @NotNull String systemId)
The specified stream remains open after this method returns.protected void
DefaultMetaInf. loadFilter(@NotNull File metaDir, boolean vltMode)
void
DefaultMetaInf. loadFilter(@NotNull InputStream in, @NotNull String systemId)
The specified stream remains open after this method returns.protected void
DefaultMetaInf. loadSettings(@NotNull File metaDir)
void
DefaultMetaInf. loadSettings(@NotNull InputStream in, @NotNull String systemId)
protected abstract void
AbstractVaultFsConfig. process(Element doc)
protected PathFilter
DefaultWorkspaceFilter. readFilter(Element elem)
static boolean
ConfigHelper. setField(Object obj, String name, Object value)
-
Uses of ConfigurationException in org.apache.jackrabbit.vault.fs.filter
Methods in org.apache.jackrabbit.vault.fs.filter that throw ConfigurationException Modifier and Type Method Description void
DefaultPathFilter. setPattern(String pattern)
Sets the regexp pattern for this filter.Constructors in org.apache.jackrabbit.vault.fs.filter that throw ConfigurationException Constructor Description DefaultPathFilter(String pattern)
Creates a new default path filter -
Uses of ConfigurationException in org.apache.jackrabbit.vault.fs.io
Methods in org.apache.jackrabbit.vault.fs.io that throw ConfigurationException Modifier and Type Method Description void
Importer. run(Archive archive, Node importRoot)
Runs the importer from the given root node.void
Importer. run(Archive archive, Session session, String parentPath)
Runs the importer with the given session. -
Uses of ConfigurationException in org.apache.jackrabbit.vault.packaging
Methods in org.apache.jackrabbit.vault.packaging that throw ConfigurationException Modifier and Type Method Description void
ScopedWorkspaceFilter. load(File file)
void
ScopedWorkspaceFilter. load(InputStream in)
protected PathFilter
ScopedWorkspaceFilter. readFilter(Element elem)
-
Uses of ConfigurationException in org.apache.jackrabbit.vault.rcp
Methods in org.apache.jackrabbit.vault.rcp that throw ConfigurationException Modifier and Type Method Description RcpTask
RcpTaskManager. addTask(RepositoryAddress src, ConnectionOptions connectionOptions, Credentials srcCreds, String dst, String id, List<String> excludes, @Nullable Boolean recursive)
RcpTask
RcpTaskManager. editTask(@NotNull String taskId, @Nullable RepositoryAddress src, @Nullable ConnectionOptions connectionOptions, @Nullable Credentials srcCreds, @Nullable String dst, @Nullable List<String> excludes, @Nullable WorkspaceFilter srcFilter, @Nullable Boolean recursive)
-
Uses of ConfigurationException in org.apache.jackrabbit.vault.rcp.impl
Methods in org.apache.jackrabbit.vault.rcp.impl that throw ConfigurationException Modifier and Type Method Description RcpTask
RcpTaskManagerImpl. addTask(RepositoryAddress src, ConnectionOptions connectionOptions, Credentials srcCreds, String dst, String id, List<String> excludes, @Nullable Boolean recursive)
RcpTask
RcpTaskManagerImpl. editTask(@NotNull String taskId, @Nullable RepositoryAddress src, @Nullable ConnectionOptions connectionOptions, @Nullable Credentials srcCreds, @Nullable String dst, @Nullable List<String> excludes, @Nullable WorkspaceFilter srcFilter, @Nullable Boolean recursive)
Constructors in org.apache.jackrabbit.vault.rcp.impl that throw ConfigurationException Constructor Description RcpTaskImpl(ClassLoader classLoader, RepositoryAddress src, ConnectionOptions connectionOptions, Credentials srcCreds, String dst, String id, List<String> excludes, @Nullable Boolean recursive)
-
Uses of ConfigurationException in org.apache.jackrabbit.vault.vlt.meta
Methods in org.apache.jackrabbit.vault.vlt.meta that throw ConfigurationException Modifier and Type Method Description Ignored
Ignored. scan(File dir)
-