Uses of Class
org.apache.jackrabbit.vault.fs.config.ConfigurationException
Packages that use ConfigurationException
Package
Description
-
Uses of ConfigurationException in org.apache.jackrabbit.vault.fs.config
Methods in org.apache.jackrabbit.vault.fs.config that throw ConfigurationExceptionModifier and TypeMethodDescriptionprotected abstract voidprotected voidprotected voidprotected voidstatic booleanstatic <T> TConfigHelper.invokeGetter(Object obj, String name, Class<T> T) booleanbooleanAbstractConfig.load(InputStream in) The specified stream remains open after this method returns.voidstatic VaultFsConfigstatic VaultFsConfigAbstractVaultFsConfig.load(InputStream in, String name) The specified stream remains open after this method returns.static CredentialsConfigbooleanDefaultMetaInf.load(@Nullable InputStream in, @NotNull String systemId) Loads a setting based on the name of the system id.voidLoads the workspace filter from the given filevoidDefaultWorkspaceFilter.load(InputStream in) Loads the workspace filter from the given input source.voidstatic SimpleCredentialsConfigbooleanVaultAuthConfig.load()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 voidprotected PathFilterDefaultWorkspaceFilter.readFilter(Element elem) static boolean -
Uses of ConfigurationException in org.apache.jackrabbit.vault.fs.filter
Methods in org.apache.jackrabbit.vault.fs.filter that throw ConfigurationExceptionModifier and TypeMethodDescriptionvoidDefaultPathFilter.setPattern(String pattern) Sets the regexp pattern for this filter.Constructors in org.apache.jackrabbit.vault.fs.filter that throw ConfigurationExceptionModifierConstructorDescriptionDefaultPathFilter(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 -
Uses of ConfigurationException in org.apache.jackrabbit.vault.packaging
Methods in org.apache.jackrabbit.vault.packaging that throw ConfigurationExceptionModifier and TypeMethodDescriptionvoidvoidScopedWorkspaceFilter.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 ConfigurationExceptionModifier and TypeMethodDescriptionRcpTaskManager.addTask(RepositoryAddress src, ConnectionOptions connectionOptions, Credentials srcCreds, String dst, String id, List<String> excludes, @Nullable Boolean recursive) 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 ConfigurationExceptionModifier and TypeMethodDescriptionRcpTaskManagerImpl.addTask(RepositoryAddress src, ConnectionOptions connectionOptions, Credentials srcCreds, String dst, String id, List<String> excludes, @Nullable Boolean recursive) 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 ConfigurationExceptionModifierConstructorDescriptionRcpTaskImpl(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