libs-gui/Documentation/gsdoc/NSFileWrapper.gsdoc
Richard Frith-Macdonald ef308ef9ca Use CVS to provide version and date info
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@9282 72102866-910b-0410-8b05-ffd578937521
2001-03-03 10:04:05 +00:00

195 lines
5.4 KiB
XML

<?xml version="1.0"?>
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.5//EN" "http://www.gnustep.org/gsdoc-0_6_5.xml">
<gsdoc base="NSFileWrapper" prev="NSEvent.html" next="NSFont.html" up="Gui.html">
<head>
<title>NSFileWrapper</title>
<author name="Richard Frith-Macdonald">
<email address="rfm@gnu.org"/>
<url url="http://www.gnustep.org/developers/whoiswho.html"/>
</author>
<version>$Revision$</version>
<date>$Date$</date>
</head>
<body>
<chapter>
<heading>NSFileWrapper</heading>
<class name="NSFileWrapper" super="NSObject">
<declared>Gui/NSFileWrapper.h</declared>
<conform>NSObject</conform>
<desc>
</desc>
<method type="NSString*">
<sel>addFileWithPath:</sel>
<arg type="NSString*">path</arg>
<desc>
</desc>
</method>
<method type="NSString*">
<sel>addFileWrapper:</sel>
<arg type="NSFileWrapper*">wrapper</arg>
<desc>
</desc>
</method>
<method type="NSString*">
<sel>addRegularFileWithContents:</sel>
<arg type="NSData*">contents</arg>
<sel>preferredFilename:</sel>
<arg type="NSString*">filename</arg>
<desc>
</desc>
</method>
<method type="NSString*">
<sel>addSymbolicLinkWithDestination:</sel>
<arg type="NSString*">path</arg>
<sel>preferredFilename:</sel>
<arg type="NSString*">filename</arg>
<desc>
</desc>
</method>
<method type="NSDictionary*">
<sel>fileAttributes</sel>
<desc>
</desc>
</method>
<method type="NSString*">
<sel>filename</sel>
<desc>
</desc>
</method>
<method type="NSDictionary*">
<sel>fileWrappers</sel>
<desc>
</desc>
</method>
<method type="NSImage*">
<sel>icon</sel>
<desc>
</desc>
</method>
<method type="id">
<sel>initDirectoryWithFileWrappers:</sel>
<arg type="NSDictionary*">wrappers</arg>
<desc>
</desc>
</method>
<method type="id">
<sel>initRegularFileWithContents:</sel>
<arg type="NSData*">contents</arg>
<desc>
</desc>
</method>
<method type="id">
<sel>initSymbolicLinkWithDestination:</sel>
<arg type="NSString*">path</arg>
<desc>
</desc>
</method>
<method type="id">
<sel>initWithPath:</sel>
<arg type="NSString*">path</arg>
<desc>
</desc>
</method>
<method type="id">
<sel>initWithSerializedRepresentation:</sel>
<arg type="NSData*">data</arg>
<desc>
</desc>
</method>
<method type="BOOL">
<sel>isDirectory</sel>
<desc>
</desc>
</method>
<method type="BOOL">
<sel>isRegularFile</sel>
<desc>
</desc>
</method>
<method type="BOOL">
<sel>isSymbolicLink</sel>
<desc>
</desc>
</method>
<method type="NSString*">
<sel>keyForFileWrapper:</sel>
<arg type="NSFileWrapper*">wrapper</arg>
<desc>
</desc>
</method>
<method type="BOOL">
<sel>needsToBeUpdatedFromPath:</sel>
<arg type="NSString*">path</arg>
<desc>
</desc>
</method>
<method type="NSString*">
<sel>preferredFilename</sel>
<desc>
</desc>
</method>
<method type="NSData*">
<sel>regularFileContents</sel>
<desc>
</desc>
</method>
<method type="void">
<sel>removeFileWrapper:</sel>
<arg type="NSFileWrapper*">wrapper</arg>
<desc>
</desc>
</method>
<method type="NSData*">
<sel>serializedRepresentation</sel>
<desc>
</desc>
</method>
<method type="void">
<sel>setFileAttributes:</sel>
<arg type="NSDictionary*">attributes</arg>
<desc>
</desc>
</method>
<method type="void">
<sel>setFilename:</sel>
<arg type="NSString*">filename</arg>
<desc>
</desc>
</method>
<method type="void">
<sel>setIcon:</sel>
<arg type="NSImage*">anImage</arg>
<desc>
</desc>
</method>
<method type="void">
<sel>setPreferredFilename:</sel>
<arg type="NSString*">filename</arg>
<desc>
</desc>
</method>
<method type="NSString*">
<sel>symbolicLinkDestination</sel>
<desc>
</desc>
</method>
<method type="BOOL">
<sel>updateFromPath:</sel>
<arg type="NSString*">path</arg>
<desc>
</desc>
</method>
<method type="BOOL">
<sel>writeToFile:</sel>
<arg type="NSString*">path</arg>
<sel>atomically:</sel>
<arg type="BOOL">atomicFlag</arg>
<sel>updateFilenames:</sel>
<arg type="BOOL">updateNamesFlag</arg>
<desc>
</desc>
</method>
</class>
</chapter>
</body>
</gsdoc>