Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-vcm-dev] Phantom Resources


Phantoms appear and disappear implicitly as a result of sync info being added to or removed from a resource.  There is no way to explicitly create them other than adding sync info to them.  See org.eclipse.core.resources.ISynchronizer#setSyncInfo for more details.
--



Patrick Flanigan <pflanigan@xxxxxxxxx>
Sent by: platform-vcm-dev-admin@xxxxxxxxxxx

06/23/2003 12:55 PM
Please respond to platform-vcm-dev

       
        To:        "'platform-vcm-dev@xxxxxxxxxxx'" <platform-vcm-dev@xxxxxxxxxxx>
        cc:        
        Subject:        [platform-vcm-dev] Phantom Resources



I would like to be able to add a set of phantom resources to my project representing objects that are not local to the file system, but for which I am prepared to retrieve the content stream from a repository. The mechanism for adding these resources is a bit of a mystery. The Workspace class has a createResource method that appears to do this, but this method does not exist in the public IWorkspace interface. Pat


+++++++++++++++++++++++++++++++++++++++++++
Simplifying the Development Lifecycle

Visit http://www.aldon.com for the latest application development news and information.

NEW ADDRESS:
Aldon Computer Group

6001 Shellmound Street, Suite 600

Emeryville, CA 94608-1901


Back to the top