Interface ICustomProperties


@Deprecated(since="9.2", forRemoval=true) public interface ICustomProperties
Deprecated, for removal: This API element is subject to removal in a future version.
use Ivy.var()
API:
This is a public API.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    delete(String name)
    Deprecated, for removal: This API element is subject to removal in a future version.
    use Ivy.var()
    Deprecated, for removal: This API element is subject to removal in a future version.
    use Ivy.var()
    Deprecated, for removal: This API element is subject to removal in a future version.
    use Ivy.var()
    Deprecated, for removal: This API element is subject to removal in a future version.
    use Ivy.var()
  • Method Details

    • property

      @Deprecated(since="9.2", forRemoval=true) ICustomProperty property(String name)
      Deprecated, for removal: This API element is subject to removal in a future version.
      use Ivy.var()
      Parameters:
      name -
      Returns:
      custom property with the given name. Never null.
      API:
      This public API is available in Java.
    • getAll

      Deprecated, for removal: This API element is subject to removal in a future version.
      use Ivy.var()
      Returns:
      all custom properties
      API:
      This public API is available in Java.
    • findAllStartingWith

      @Deprecated(since="9.2", forRemoval=true) List<ICustomProperty> findAllStartingWith(String namePrefix)
      Deprecated, for removal: This API element is subject to removal in a future version.
      use Ivy.var()
      Parameters:
      namePrefix -
      Returns:
      all custom properties which names start with the given namePrefix
      API:
      This public API is available in Java.
    • delete

      @Deprecated(since="9.2", forRemoval=true) void delete(String name)
      Deprecated, for removal: This API element is subject to removal in a future version.
      use Ivy.var()
      Parameters:
      name -
      See Also:
      API:
      This public API is available in Java.