Dali Provisional API
Release 3.2

org.eclipse.jpt.common.core.libval
Interface LibraryValidatorManager


public interface LibraryValidatorManager

The org.eclipse.jpt.common.core.libraryValidators extension point corresponding to a Dali workspace.

See org.eclipse.jpt.common.core/plugin.xml:libraryValidators.

Not intended to be implemented by clients.

Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.

Since:
3.3
See Also:
LibraryValidator

Method Summary
 JptWorkspace getJptWorkspace()
          Return the manager's Dali workspace.
 Iterable<LibraryValidator> getLibraryValidators()
          Return the defined library validators.
 Iterable<LibraryValidator> getLibraryValidators(JptLibraryProviderInstallOperationConfig installConfig)
          Return the defined library validators for the specified install config.
 

Method Detail

getJptWorkspace

JptWorkspace getJptWorkspace()
Return the manager's Dali workspace.


getLibraryValidators

Iterable<LibraryValidator> getLibraryValidators()
Return the defined library validators.


getLibraryValidators

Iterable<LibraryValidator> getLibraryValidators(JptLibraryProviderInstallOperationConfig installConfig)
Return the defined library validators for the specified install config.


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.