RSE
Release 3.4

org.eclipse.rse.core
Class RemoteSystemsTempProjectNature

java.lang.Object
  extended by org.eclipse.rse.core.RemoteSystemsTempProjectNature
All Implemented Interfaces:
IProjectNature

public class RemoteSystemsTempProjectNature
extends Object
implements IProjectNature

A nature for the temporary project where we store files.


Constructor Summary
RemoteSystemsTempProjectNature()
           
 
Method Summary
 void configure()
           
 void deconfigure()
           
 IProject getProject()
           
 void setProject(IProject project)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteSystemsTempProjectNature

public RemoteSystemsTempProjectNature()
Method Detail

configure

public void configure()
               throws CoreException
Specified by:
configure in interface IProjectNature
Throws:
CoreException
See Also:
IProjectNature.configure()

deconfigure

public void deconfigure()
                 throws CoreException
Specified by:
deconfigure in interface IProjectNature
Throws:
CoreException
See Also:
IProjectNature.deconfigure()

getProject

public IProject getProject()
Specified by:
getProject in interface IProjectNature
See Also:
IProjectNature.getProject()

setProject

public void setProject(IProject project)
Specified by:
setProject in interface IProjectNature
See Also:
IProjectNature.setProject(IProject)

RSE
Release 3.4

Copyright (c) IBM Corporation and others 2000, 2012. All Rights Reserved.