Interface IConfigurationAware

  • All Known Subinterfaces:
    IConfigurationProject, IExtensionProject

    public interface IConfigurationAware
    An abstraction that represents an entity that is aware of V8 configuration and may provide clients that configuration. IConfigurationAware is mixin interface that may be applied to some classes, e.g. V8 projects.
    • Method Detail

      • getConfiguration

        Configuration getConfiguration()
        Returns the configuration provdided by this entity.
        Returns:
        the configuration provdided by this entity.