Package org.gradle.openapi.wrappers.foundation.favorites

Examples of org.gradle.openapi.wrappers.foundation.favorites.FavoritesEditorWrapper


     * Returns a FavoritesEditor. This is useful for getting a list of all favorites or
     * modifying them.
     * @return a FavoritesEditorVersion1. Use this to interact with the favorites.
     */
   public FavoritesEditorVersion1 getFavoritesEditor() {
      return new FavoritesEditorWrapper( basicGradleUI.getGradlePluginLord().getFavoritesEditor() );
   }
View Full Code Here


     * Returns a FavoritesEditor. This is useful for getting a list of all favorites or modifying them.
     *
     * @return a FavoritesEditorVersion1. Use this to interact with the favorites.
     */
    public FavoritesEditorVersion1 getFavoritesEditor() {
        return new FavoritesEditorWrapper(basicGradleUI.getGradlePluginLord().getFavoritesEditor());
    }
View Full Code Here

TOP

Related Classes of org.gradle.openapi.wrappers.foundation.favorites.FavoritesEditorWrapper

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.