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 ObjectConfigHelper. create(Element elem)protected abstract voidAbstractConfig. doLoad(Element child)protected voidVaultAuthConfig. doLoad(Element child)protected voidVaultSettings. doLoad(Element child)protected voidAbstractVaultFsConfig. fail(String msg, Node elem)static booleanConfigHelper. hasSetter(Object obj, String name)static <T> TConfigHelper. invokeGetter(Object obj, String name, Class<T> T)booleanAbstractConfig. load(File configFile)booleanAbstractConfig. load(InputStream in)The specified stream remains open after this method returns.voidAbstractConfig. load(Element doc)static VaultFsConfigAbstractVaultFsConfig. load(File file)static VaultFsConfigAbstractVaultFsConfig. load(InputStream in, String name)The specified stream remains open after this method returns.static CredentialsConfigCredentialsConfig. load(Element elem)booleanDefaultMetaInf. load(@Nullable InputStream in, @NotNull String systemId)Loads a setting based on the name of the system id.voidDefaultWorkspaceFilter. load(File file)Loads the workspace filter from the given filevoidDefaultWorkspaceFilter. load(InputStream in)Loads the workspace filter from the given input source.voidDefaultWorkspaceFilter. load(Element doc)static SimpleCredentialsConfigSimpleCredentialsConfig. load(Element elem)booleanVaultAuthConfig. load()static VaultAuthConfig.RepositoryConfigVaultAuthConfig.RepositoryConfig. load(Element elem)protected voidDefaultMetaInf. loadConfig(@NotNull File metaDir)voidDefaultMetaInf. loadConfig(@NotNull InputStream in, @NotNull String systemId)The specified stream remains open after this method returns.protected voidDefaultMetaInf. loadFilter(@NotNull File metaDir, boolean vltMode)voidDefaultMetaInf. loadFilter(@NotNull InputStream in, @NotNull String systemId)The specified stream remains open after this method returns.protected voidDefaultMetaInf. loadSettings(@NotNull File metaDir)voidDefaultMetaInf. loadSettings(@NotNull InputStream in, @NotNull String systemId)protected abstract voidAbstractVaultFsConfig. process(Element doc)protected PathFilterDefaultWorkspaceFilter. readFilter(Element elem)static booleanConfigHelper. 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 voidDefaultPathFilter. 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 voidImporter. run(Archive archive, Node importRoot)Runs the importer from the given root node.voidImporter. 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 voidScopedWorkspaceFilter. load(File file)voidScopedWorkspaceFilter. load(InputStream in)protected PathFilterScopedWorkspaceFilter. 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 RcpTaskRcpTaskManager. addTask(RepositoryAddress src, ConnectionOptions connectionOptions, Credentials srcCreds, String dst, String id, List<String> excludes, @Nullable Boolean recursive)RcpTaskRcpTaskManager. 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 RcpTaskRcpTaskManagerImpl. addTask(RepositoryAddress src, ConnectionOptions connectionOptions, Credentials srcCreds, String dst, String id, List<String> excludes, @Nullable Boolean recursive)RcpTaskRcpTaskManagerImpl. 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 IgnoredIgnored. scan(File dir)
-