blob: 31d9776ec1f78d5e9569bcb27400ccfe9f4e52fc [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2010 IBM Corporation
* 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:
* IBM Corporation - Initial API and implementation
*******************************************************************************/
package org.eclipse.ptp.proxy.runtime.command;
/**
* Interface definition for QUERY_ATTRIBUTES command. The QUERY_ATTRIBUTES
* command is used to query the set of attributes associated with a model
* element
*
* @author David Wootton
* @since 4.0
*/
public interface IProxyRuntimeQueryAttributesCommand extends
IProxyRuntimeCommand {
}