/******************************************************************************* * Copyright (c) 2012-2015 Codenvy, S.A. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * Codenvy, S.A. - initial API and implementation *******************************************************************************/ package org.eclipse.che.ide.ext.ssh.client; import com.google.gwt.resources.client.ClientBundle; import com.google.gwt.resources.client.ImageResource; import org.vectomatic.dom.svg.ui.SVGResource; /** * @author <a href="mailto:tnemov@gmail.com">Evgen Vidolob</a> * @version $Id: SshResources May 18, 2011 9:23:17 AM evgen $ */ public interface SshResources extends ClientBundle { @Source("ssh-key-manager.png") ImageResource sshKeyManager(); @Source("github-generate.svg") SVGResource sshKeyGithubGenerate(); }