240
<member name="M:NAnt.Compression.Tasks.ZipTask.ExecuteTask">
240
<member name="M:NAnt.Compression.Tasks.ZipTask.ExecuteTask">
242
242
Creates the zip file.
245
<member name="P:NAnt.Compression.Tasks.ZipTask.ZipFile">
245
<member name="P:NAnt.Compression.Tasks.ZipTask.ZipFile">
247
247
The zip file to create.
250
<member name="P:NAnt.Compression.Tasks.ZipTask.Comment">
250
<member name="P:NAnt.Compression.Tasks.ZipTask.Comment">
252
252
The comment for the file.
255
<member name="P:NAnt.Compression.Tasks.ZipTask.Stamp">
255
<member name="P:NAnt.Compression.Tasks.ZipTask.Stamp">
257
257
Date/time stamp for the files in the format MM/DD/YYYY HH:MM:SS.
260
<member name="P:NAnt.Compression.Tasks.ZipTask.ZipLevel">
260
<member name="P:NAnt.Compression.Tasks.ZipTask.ZipLevel">
262
262
Desired level of compression. Possible values are 0 (STORE only)
263
263
to 9 (highest). The default is <c>6</c>.
266
<member name="P:NAnt.Compression.Tasks.ZipTask.IncludeEmptyDirs">
266
<member name="P:NAnt.Compression.Tasks.ZipTask.IncludeEmptyDirs">
268
268
Include empty directories in the generated zip file. The default is
269
269
<see langword="false" />.
272
<member name="P:NAnt.Compression.Tasks.ZipTask.ZipFileSets">
272
<member name="P:NAnt.Compression.Tasks.ZipTask.ZipFileSets">
274
274
The set of files to be included in the archive.
277
<member name="P:NAnt.Compression.Tasks.ZipTask.DuplicateHandling">
279
Specifies the behaviour when a duplicate file is found. The default
280
is <see cref="F:NAnt.Compression.Types.DuplicateHandling.Add"/>.
283
<member name="P:NAnt.Compression.Tasks.ZipTask.Encoding">
277
<member name="P:NAnt.Compression.Tasks.ZipTask.DuplicateHandling">
279
Specifies the behaviour when a duplicate file is found. The default
280
is <see cref="F:NAnt.Compression.Types.DuplicateHandling.Add"/>.
283
<member name="P:NAnt.Compression.Tasks.ZipTask.Encoding">
285
285
The character encoding to use for filenames and comment inside the
286
286
zip file. The default is the system's OEM code page.
289
<member name="T:NAnt.Compression.Types.DuplicateHandling">
289
<member name="T:NAnt.Compression.Types.DuplicateHandling">
291
291
Specifies how entries with the same name should be processed.
294
<member name="F:NAnt.Compression.Types.DuplicateHandling.Add">
294
<member name="F:NAnt.Compression.Types.DuplicateHandling.Add">
296
296
Overwrite existing entry with same name.
299
<member name="F:NAnt.Compression.Types.DuplicateHandling.Preserve">
299
<member name="F:NAnt.Compression.Types.DuplicateHandling.Preserve">
301
301
Preserve existing entry with the same name.
304
<member name="F:NAnt.Compression.Types.DuplicateHandling.Fail">
304
<member name="F:NAnt.Compression.Types.DuplicateHandling.Fail">
306
306
Report failure when two entries have the same name.
309
<member name="T:NAnt.Compression.Types.DuplicateHandlingConverter">
311
Specialized <see cref="T:System.ComponentModel.EnumConverter"/> for <see cref="T:NAnt.Compression.Types.TarCompressionMethod"/>
312
that ignores case when converting from string.
315
<member name="M:NAnt.Compression.Types.DuplicateHandlingConverter.#ctor">
317
Initializes a new instance of the <see cref="T:NAnt.Compression.Types.DuplicateHandlingConverter"/>
321
<member name="M:NAnt.Compression.Types.DuplicateHandlingConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
323
Converts the given object to the type of this converter, using the
324
specified context and culture information.
326
<param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"/> that provides a format context.</param>
327
<param name="culture">A <see cref="T:System.Globalization.CultureInfo"/> object. If a <see langword="null"/> is passed, the current culture is assumed.</param>
328
<param name="value">The <see cref="T:System.Object"/> to convert.</param>
330
An <see cref="T:System.Object"/> that represents the converted value.
333
<member name="T:NAnt.Compression.Types.TarCompressionMethod">
335
Specifies the compression methods supported by <see cref="T:NAnt.Compression.Tasks.TarTask"/>
336
and <see cref="T:NAnt.Compression.Tasks.UnTarTask"/>.
339
<member name="F:NAnt.Compression.Types.TarCompressionMethod.None">
309
<member name="T:NAnt.Compression.Types.DuplicateHandlingConverter">
311
Specialized <see cref="T:System.ComponentModel.EnumConverter"/> for <see cref="T:NAnt.Compression.Types.TarCompressionMethod"/>
312
that ignores case when converting from string.
315
<member name="M:NAnt.Compression.Types.DuplicateHandlingConverter.#ctor">
317
Initializes a new instance of the <see cref="T:NAnt.Compression.Types.DuplicateHandlingConverter"/>
321
<member name="M:NAnt.Compression.Types.DuplicateHandlingConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
323
Converts the given object to the type of this converter, using the
324
specified context and culture information.
326
<param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"/> that provides a format context.</param>
327
<param name="culture">A <see cref="T:System.Globalization.CultureInfo"/> object. If a <see langword="null"/> is passed, the current culture is assumed.</param>
328
<param name="value">The <see cref="T:System.Object"/> to convert.</param>
330
An <see cref="T:System.Object"/> that represents the converted value.
333
<member name="T:NAnt.Compression.Types.TarCompressionMethod">
335
Specifies the compression methods supported by <see cref="T:NAnt.Compression.Tasks.TarTask"/>
336
and <see cref="T:NAnt.Compression.Tasks.UnTarTask"/>.
339
<member name="F:NAnt.Compression.Types.TarCompressionMethod.None">
344
<member name="F:NAnt.Compression.Types.TarCompressionMethod.GZip">
344
<member name="F:NAnt.Compression.Types.TarCompressionMethod.GZip">
346
346
GZIP compression.
349
<member name="F:NAnt.Compression.Types.TarCompressionMethod.BZip2">
349
<member name="F:NAnt.Compression.Types.TarCompressionMethod.BZip2">
351
351
BZIP2 compression.
354
<member name="T:NAnt.Compression.Types.TarCompressionMethodConverter">
356
Specialized <see cref="T:System.ComponentModel.EnumConverter"/> for <see cref="T:NAnt.Compression.Types.TarCompressionMethod"/>
357
that ignores case when converting from string.
360
<member name="M:NAnt.Compression.Types.TarCompressionMethodConverter.#ctor">
362
Initializes a new instance of the <see cref="T:NAnt.Compression.Types.TarCompressionMethodConverter"/>
366
<member name="M:NAnt.Compression.Types.TarCompressionMethodConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
368
Converts the given object to the type of this converter, using the
369
specified context and culture information.
371
<param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"/> that provides a format context.</param>
372
<param name="culture">A <see cref="T:System.Globalization.CultureInfo"/> object. If a <see langword="null"/> is passed, the current culture is assumed.</param>
373
<param name="value">The <see cref="T:System.Object"/> to convert.</param>
375
An <see cref="T:System.Object"/> that represents the converted value.
378
<member name="T:NAnt.Compression.Types.TarFileSet">
380
A <see cref="T:NAnt.Compression.Types.TarFileSet"/> is a <see cref="T:NAnt.Core.Types.FileSet"/> with extra
381
attributes useful in the context of the <see cref="T:NAnt.Compression.Tasks.TarTask"/>.
384
<member name="P:NAnt.Compression.Types.TarFileSet.FileMode">
354
<member name="T:NAnt.Compression.Types.TarCompressionMethodConverter">
356
Specialized <see cref="T:System.ComponentModel.EnumConverter"/> for <see cref="T:NAnt.Compression.Types.TarCompressionMethod"/>
357
that ignores case when converting from string.
360
<member name="M:NAnt.Compression.Types.TarCompressionMethodConverter.#ctor">
362
Initializes a new instance of the <see cref="T:NAnt.Compression.Types.TarCompressionMethodConverter"/>
366
<member name="M:NAnt.Compression.Types.TarCompressionMethodConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
368
Converts the given object to the type of this converter, using the
369
specified context and culture information.
371
<param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"/> that provides a format context.</param>
372
<param name="culture">A <see cref="T:System.Globalization.CultureInfo"/> object. If a <see langword="null"/> is passed, the current culture is assumed.</param>
373
<param name="value">The <see cref="T:System.Object"/> to convert.</param>
375
An <see cref="T:System.Object"/> that represents the converted value.
378
<member name="T:NAnt.Compression.Types.TarFileSet">
380
A <see cref="T:NAnt.Compression.Types.TarFileSet"/> is a <see cref="T:NAnt.Core.Types.FileSet"/> with extra
381
attributes useful in the context of the <see cref="T:NAnt.Compression.Tasks.TarTask"/>.
384
<member name="P:NAnt.Compression.Types.TarFileSet.FileMode">
386
386
A 3 digit octal string, specify the user, group and other modes
387
387
in the standard Unix fashion. Only applies to plain files. The
388
388
default is <c>644</c>.
391
<member name="P:NAnt.Compression.Types.TarFileSet.DirMode">
391
<member name="P:NAnt.Compression.Types.TarFileSet.DirMode">
393
393
A 3 digit octal string, specify the user, group and other modes
394
394
in the standard Unix fashion. Only applies to directories. The
395
395
default is <c>755</c>.
398
<member name="P:NAnt.Compression.Types.TarFileSet.UserName">
398
<member name="P:NAnt.Compression.Types.TarFileSet.UserName">
400
400
The username for the tar entry.
403
<member name="P:NAnt.Compression.Types.TarFileSet.Uid">
403
<member name="P:NAnt.Compression.Types.TarFileSet.Uid">
405
405
The user identifier (UID) for the tar entry.
408
<member name="P:NAnt.Compression.Types.TarFileSet.GroupName">
408
<member name="P:NAnt.Compression.Types.TarFileSet.GroupName">
410
410
The groupname for the tar entry.
413
<member name="P:NAnt.Compression.Types.TarFileSet.Gid">
413
<member name="P:NAnt.Compression.Types.TarFileSet.Gid">
415
415
The group identifier (GID) for the tar entry.
418
<member name="P:NAnt.Compression.Types.TarFileSet.Prefix">
420
The top level directory prefix. If set, all file and directory paths
421
in the fileset will have this value prepended. Can either be a single
422
directory name or a "/" separated path.
425
<member name="T:NAnt.Compression.Types.TarFileSetCollection">
427
Contains a collection of <see cref="T:NAnt.Compression.Types.TarFileSet"/> elements.
430
<member name="M:NAnt.Compression.Types.TarFileSetCollection.#ctor">
432
Initializes a new instance of the <see cref="T:NAnt.Compression.Types.TarFileSetCollection"/> class.
435
<member name="M:NAnt.Compression.Types.TarFileSetCollection.#ctor(NAnt.Compression.Types.TarFileSetCollection)">
437
Initializes a new instance of the <see cref="T:NAnt.Compression.Types.TarFileSetCollection"/> class
438
with the specified <see cref="T:NAnt.Compression.Types.TarFileSetCollection"/> instance.
441
<member name="M:NAnt.Compression.Types.TarFileSetCollection.#ctor(NAnt.Compression.Types.TarFileSet[])">
443
Initializes a new instance of the <see cref="T:NAnt.Compression.Types.TarFileSetCollection"/> class
444
with the specified array of <see cref="T:NAnt.Compression.Types.TarFileSet"/> instances.
447
<member name="M:NAnt.Compression.Types.TarFileSetCollection.Add(NAnt.Compression.Types.TarFileSet)">
449
Adds a <see cref="T:NAnt.Compression.Types.TarFileSet"/> to the end of the collection.
451
<param name="item">The <see cref="T:NAnt.Compression.Types.TarFileSet"/> to be added to the end of the collection.</param>
452
<returns>The position into which the new element was inserted.</returns>
454
<member name="M:NAnt.Compression.Types.TarFileSetCollection.AddRange(NAnt.Compression.Types.TarFileSet[])">
456
Adds the elements of a <see cref="T:NAnt.Compression.Types.TarFileSet"/> array to the end of the collection.
458
<param name="items">The array of <see cref="T:NAnt.Compression.Types.TarFileSet"/> elements to be added to the end of the collection.</param>
460
<member name="M:NAnt.Compression.Types.TarFileSetCollection.AddRange(NAnt.Compression.Types.TarFileSetCollection)">
462
Adds the elements of a <see cref="T:NAnt.Compression.Types.TarFileSetCollection"/> to the end of the collection.
464
<param name="items">The <see cref="T:NAnt.Compression.Types.TarFileSetCollection"/> to be added to the end of the collection.</param>
466
<member name="M:NAnt.Compression.Types.TarFileSetCollection.Contains(NAnt.Compression.Types.TarFileSet)">
468
Determines whether a <see cref="T:NAnt.Compression.Types.TarFileSet"/> is in the collection.
470
<param name="item">The <see cref="T:NAnt.Compression.Types.TarFileSet"/> to locate in the collection.</param>
472
<see langword="true"/> if <paramref name="item"/> is found in the
473
collection; otherwise, <see langword="false"/>.
476
<member name="M:NAnt.Compression.Types.TarFileSetCollection.CopyTo(NAnt.Compression.Types.TarFileSet[],System.Int32)">
478
Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.
480
<param name="array">The one-dimensional array that is the destination of the elements copied from the collection. The array must have zero-based indexing.</param>
481
<param name="index">The zero-based index in <paramref name="array"/> at which copying begins.</param>
483
<member name="M:NAnt.Compression.Types.TarFileSetCollection.IndexOf(NAnt.Compression.Types.TarFileSet)">
485
Retrieves the index of a specified <see cref="T:NAnt.Compression.Types.TarFileSet"/> object in the collection.
487
<param name="item">The <see cref="T:NAnt.Compression.Types.TarFileSet"/> object for which the index is returned.</param>
489
The index of the specified <see cref="T:NAnt.Compression.Types.TarFileSet"/>. If the <see cref="T:NAnt.Compression.Types.TarFileSet"/> is not currently a member of the collection, it returns -1.
492
<member name="M:NAnt.Compression.Types.TarFileSetCollection.Insert(System.Int32,NAnt.Compression.Types.TarFileSet)">
494
Inserts a <see cref="T:NAnt.Compression.Types.TarFileSet"/> into the collection at the specified index.
496
<param name="index">The zero-based index at which <paramref name="item"/> should be inserted.</param>
497
<param name="item">The <see cref="T:NAnt.Compression.Types.TarFileSet"/> to insert.</param>
499
<member name="M:NAnt.Compression.Types.TarFileSetCollection.GetEnumerator">
501
Returns an enumerator that can iterate through the collection.
504
A <see cref="T:NAnt.Compression.Types.TarFileSetEnumerator"/> for the entire collection.
507
<member name="M:NAnt.Compression.Types.TarFileSetCollection.Remove(NAnt.Compression.Types.TarFileSet)">
509
Removes a member from the collection.
511
<param name="item">The <see cref="T:NAnt.Compression.Types.TarFileSet"/> to remove from the collection.</param>
513
<member name="P:NAnt.Compression.Types.TarFileSetCollection.Item(System.Int32)">
515
Gets or sets the element at the specified index.
517
<param name="index">The zero-based index of the element to get or set.</param>
519
<member name="P:NAnt.Compression.Types.TarFileSetCollection.FileCount">
521
Get the total number of files that are represented by the
522
filesets in this collection.
525
<member name="T:NAnt.Compression.Types.TarFileSetEnumerator">
527
Enumerates the <see cref="T:NAnt.Compression.Types.TarFileSet"/> elements of a <see cref="T:NAnt.Compression.Types.TarFileSetCollection"/>.
530
<member name="M:NAnt.Compression.Types.TarFileSetEnumerator.#ctor(NAnt.Compression.Types.TarFileSetCollection)">
532
Initializes a new instance of the <see cref="T:NAnt.Compression.Types.TarFileSetEnumerator"/> class
533
with the specified <see cref="T:NAnt.Compression.Types.TarFileSetCollection"/>.
535
<param name="TarFileSets">The collection that should be enumerated.</param>
537
<member name="M:NAnt.Compression.Types.TarFileSetEnumerator.MoveNext">
539
Advances the enumerator to the next element of the collection.
542
<see langword="true" /> if the enumerator was successfully advanced
543
to the next element; <see langword="false" /> if the enumerator has
544
passed the end of the collection.
547
<member name="M:NAnt.Compression.Types.TarFileSetEnumerator.Reset">
549
Sets the enumerator to its initial position, which is before the
550
first element in the collection.
553
<member name="P:NAnt.Compression.Types.TarFileSetEnumerator.Current">
555
Gets the current element in the collection.
558
The current element in the collection.
561
<member name="T:NAnt.Compression.Types.ZipFileSet">
563
A <see cref="T:NAnt.Compression.Types.ZipFileSet"/> is a <see cref="T:NAnt.Core.Types.FileSet"/> with extra
564
attributes useful in the context of the <see cref="T:NAnt.Compression.Tasks.ZipTask"/>.
567
<member name="P:NAnt.Compression.Types.ZipFileSet.Prefix">
569
The top level directory prefix. If set, all file and directory paths
570
in the fileset will have this value prepended. Can either be a single
571
directory name or a "/" separated path.
574
<member name="T:NAnt.Compression.Types.ZipFileSetCollection">
576
Contains a collection of <see cref="T:NAnt.Compression.Types.ZipFileSet"/> elements.
579
<member name="M:NAnt.Compression.Types.ZipFileSetCollection.#ctor">
581
Initializes a new instance of the <see cref="T:NAnt.Compression.Types.ZipFileSetCollection"/> class.
584
<member name="M:NAnt.Compression.Types.ZipFileSetCollection.#ctor(NAnt.Compression.Types.ZipFileSetCollection)">
586
Initializes a new instance of the <see cref="T:NAnt.Compression.Types.ZipFileSetCollection"/> class
587
with the specified <see cref="T:NAnt.Compression.Types.ZipFileSetCollection"/> instance.
590
<member name="M:NAnt.Compression.Types.ZipFileSetCollection.#ctor(NAnt.Compression.Types.ZipFileSet[])">
592
Initializes a new instance of the <see cref="T:NAnt.Compression.Types.ZipFileSetCollection"/> class
593
with the specified array of <see cref="T:NAnt.Compression.Types.ZipFileSet"/> instances.
596
<member name="M:NAnt.Compression.Types.ZipFileSetCollection.Add(NAnt.Compression.Types.ZipFileSet)">
598
Adds a <see cref="T:NAnt.Compression.Types.ZipFileSet"/> to the end of the collection.
600
<param name="item">The <see cref="T:NAnt.Compression.Types.ZipFileSet"/> to be added to the end of the collection.</param>
601
<returns>The position into which the new element was inserted.</returns>
603
<member name="M:NAnt.Compression.Types.ZipFileSetCollection.AddRange(NAnt.Compression.Types.ZipFileSet[])">
605
Adds the elements of a <see cref="T:NAnt.Compression.Types.ZipFileSet"/> array to the end of the collection.
607
<param name="items">The array of <see cref="T:NAnt.Compression.Types.ZipFileSet"/> elements to be added to the end of the collection.</param>
609
<member name="M:NAnt.Compression.Types.ZipFileSetCollection.AddRange(NAnt.Compression.Types.ZipFileSetCollection)">
611
Adds the elements of a <see cref="T:NAnt.Compression.Types.ZipFileSetCollection"/> to the end of the collection.
613
<param name="items">The <see cref="T:NAnt.Compression.Types.ZipFileSetCollection"/> to be added to the end of the collection.</param>
615
<member name="M:NAnt.Compression.Types.ZipFileSetCollection.Contains(NAnt.Compression.Types.ZipFileSet)">
617
Determines whether a <see cref="T:NAnt.Compression.Types.ZipFileSet"/> is in the collection.
619
<param name="item">The <see cref="T:NAnt.Compression.Types.ZipFileSet"/> to locate in the collection.</param>
621
<see langword="true"/> if <paramref name="item"/> is found in the
622
collection; otherwise, <see langword="false"/>.
625
<member name="M:NAnt.Compression.Types.ZipFileSetCollection.CopyTo(NAnt.Compression.Types.ZipFileSet[],System.Int32)">
627
Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.
629
<param name="array">The one-dimensional array that is the destination of the elements copied from the collection. The array must have zero-based indexing.</param>
630
<param name="index">The zero-based index in <paramref name="array"/> at which copying begins.</param>
632
<member name="M:NAnt.Compression.Types.ZipFileSetCollection.IndexOf(NAnt.Compression.Types.ZipFileSet)">
634
Retrieves the index of a specified <see cref="T:NAnt.Compression.Types.ZipFileSet"/> object in the collection.
636
<param name="item">The <see cref="T:NAnt.Compression.Types.ZipFileSet"/> object for which the index is returned.</param>
638
The index of the specified <see cref="T:NAnt.Compression.Types.ZipFileSet"/>. If the <see cref="T:NAnt.Compression.Types.ZipFileSet"/> is not currently a member of the collection, it returns -1.
641
<member name="M:NAnt.Compression.Types.ZipFileSetCollection.Insert(System.Int32,NAnt.Compression.Types.ZipFileSet)">
643
Inserts a <see cref="T:NAnt.Compression.Types.ZipFileSet"/> into the collection at the specified index.
645
<param name="index">The zero-based index at which <paramref name="item"/> should be inserted.</param>
646
<param name="item">The <see cref="T:NAnt.Compression.Types.ZipFileSet"/> to insert.</param>
648
<member name="M:NAnt.Compression.Types.ZipFileSetCollection.GetEnumerator">
650
Returns an enumerator that can iterate through the collection.
653
A <see cref="T:NAnt.Compression.Types.ZipFileSetEnumerator"/> for the entire collection.
656
<member name="M:NAnt.Compression.Types.ZipFileSetCollection.Remove(NAnt.Compression.Types.ZipFileSet)">
658
Removes a member from the collection.
660
<param name="item">The <see cref="T:NAnt.Compression.Types.ZipFileSet"/> to remove from the collection.</param>
662
<member name="P:NAnt.Compression.Types.ZipFileSetCollection.Item(System.Int32)">
664
Gets or sets the element at the specified index.
666
<param name="index">The zero-based index of the element to get or set.</param>
668
<member name="P:NAnt.Compression.Types.ZipFileSetCollection.FileCount">
670
Get the total number of files that are represented by the
671
filesets in this collection.
674
<member name="T:NAnt.Compression.Types.ZipFileSetEnumerator">
676
Enumerates the <see cref="T:NAnt.Compression.Types.ZipFileSet"/> elements of a <see cref="T:NAnt.Compression.Types.ZipFileSetCollection"/>.
679
<member name="M:NAnt.Compression.Types.ZipFileSetEnumerator.#ctor(NAnt.Compression.Types.ZipFileSetCollection)">
681
Initializes a new instance of the <see cref="T:NAnt.Compression.Types.ZipFileSetEnumerator"/> class
682
with the specified <see cref="T:NAnt.Compression.Types.ZipFileSetCollection"/>.
684
<param name="ZipFileSets">The collection that should be enumerated.</param>
686
<member name="M:NAnt.Compression.Types.ZipFileSetEnumerator.MoveNext">
688
Advances the enumerator to the next element of the collection.
691
<see langword="true" /> if the enumerator was successfully advanced
692
to the next element; <see langword="false" /> if the enumerator has
693
passed the end of the collection.
696
<member name="M:NAnt.Compression.Types.ZipFileSetEnumerator.Reset">
698
Sets the enumerator to its initial position, which is before the
699
first element in the collection.
702
<member name="P:NAnt.Compression.Types.ZipFileSetEnumerator.Current">
704
Gets the current element in the collection.
707
The current element in the collection.
418
<member name="P:NAnt.Compression.Types.TarFileSet.Prefix">
420
The top level directory prefix. If set, all file and directory paths
421
in the fileset will have this value prepended. Can either be a single
422
directory name or a "/" separated path.
425
<member name="T:NAnt.Compression.Types.TarFileSetCollection">
427
Contains a collection of <see cref="T:NAnt.Compression.Types.TarFileSet"/> elements.
430
<member name="M:NAnt.Compression.Types.TarFileSetCollection.#ctor">
432
Initializes a new instance of the <see cref="T:NAnt.Compression.Types.TarFileSetCollection"/> class.
435
<member name="M:NAnt.Compression.Types.TarFileSetCollection.#ctor(NAnt.Compression.Types.TarFileSetCollection)">
437
Initializes a new instance of the <see cref="T:NAnt.Compression.Types.TarFileSetCollection"/> class
438
with the specified <see cref="T:NAnt.Compression.Types.TarFileSetCollection"/> instance.
441
<member name="M:NAnt.Compression.Types.TarFileSetCollection.#ctor(NAnt.Compression.Types.TarFileSet[])">
443
Initializes a new instance of the <see cref="T:NAnt.Compression.Types.TarFileSetCollection"/> class
444
with the specified array of <see cref="T:NAnt.Compression.Types.TarFileSet"/> instances.
447
<member name="M:NAnt.Compression.Types.TarFileSetCollection.Add(NAnt.Compression.Types.TarFileSet)">
449
Adds a <see cref="T:NAnt.Compression.Types.TarFileSet"/> to the end of the collection.
451
<param name="item">The <see cref="T:NAnt.Compression.Types.TarFileSet"/> to be added to the end of the collection.</param>
452
<returns>The position into which the new element was inserted.</returns>
454
<member name="M:NAnt.Compression.Types.TarFileSetCollection.AddRange(NAnt.Compression.Types.TarFileSet[])">
456
Adds the elements of a <see cref="T:NAnt.Compression.Types.TarFileSet"/> array to the end of the collection.
458
<param name="items">The array of <see cref="T:NAnt.Compression.Types.TarFileSet"/> elements to be added to the end of the collection.</param>
460
<member name="M:NAnt.Compression.Types.TarFileSetCollection.AddRange(NAnt.Compression.Types.TarFileSetCollection)">
462
Adds the elements of a <see cref="T:NAnt.Compression.Types.TarFileSetCollection"/> to the end of the collection.
464
<param name="items">The <see cref="T:NAnt.Compression.Types.TarFileSetCollection"/> to be added to the end of the collection.</param>
466
<member name="M:NAnt.Compression.Types.TarFileSetCollection.Contains(NAnt.Compression.Types.TarFileSet)">
468
Determines whether a <see cref="T:NAnt.Compression.Types.TarFileSet"/> is in the collection.
470
<param name="item">The <see cref="T:NAnt.Compression.Types.TarFileSet"/> to locate in the collection.</param>
472
<see langword="true"/> if <paramref name="item"/> is found in the
473
collection; otherwise, <see langword="false"/>.
476
<member name="M:NAnt.Compression.Types.TarFileSetCollection.CopyTo(NAnt.Compression.Types.TarFileSet[],System.Int32)">
478
Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.
480
<param name="array">The one-dimensional array that is the destination of the elements copied from the collection. The array must have zero-based indexing.</param>
481
<param name="index">The zero-based index in <paramref name="array"/> at which copying begins.</param>
483
<member name="M:NAnt.Compression.Types.TarFileSetCollection.IndexOf(NAnt.Compression.Types.TarFileSet)">
485
Retrieves the index of a specified <see cref="T:NAnt.Compression.Types.TarFileSet"/> object in the collection.
487
<param name="item">The <see cref="T:NAnt.Compression.Types.TarFileSet"/> object for which the index is returned.</param>
489
The index of the specified <see cref="T:NAnt.Compression.Types.TarFileSet"/>. If the <see cref="T:NAnt.Compression.Types.TarFileSet"/> is not currently a member of the collection, it returns -1.
492
<member name="M:NAnt.Compression.Types.TarFileSetCollection.Insert(System.Int32,NAnt.Compression.Types.TarFileSet)">
494
Inserts a <see cref="T:NAnt.Compression.Types.TarFileSet"/> into the collection at the specified index.
496
<param name="index">The zero-based index at which <paramref name="item"/> should be inserted.</param>
497
<param name="item">The <see cref="T:NAnt.Compression.Types.TarFileSet"/> to insert.</param>
499
<member name="M:NAnt.Compression.Types.TarFileSetCollection.GetEnumerator">
501
Returns an enumerator that can iterate through the collection.
504
A <see cref="T:NAnt.Compression.Types.TarFileSetEnumerator"/> for the entire collection.
507
<member name="M:NAnt.Compression.Types.TarFileSetCollection.Remove(NAnt.Compression.Types.TarFileSet)">
509
Removes a member from the collection.
511
<param name="item">The <see cref="T:NAnt.Compression.Types.TarFileSet"/> to remove from the collection.</param>
513
<member name="P:NAnt.Compression.Types.TarFileSetCollection.Item(System.Int32)">
515
Gets or sets the element at the specified index.
517
<param name="index">The zero-based index of the element to get or set.</param>
519
<member name="P:NAnt.Compression.Types.TarFileSetCollection.FileCount">
521
Get the total number of files that are represented by the
522
filesets in this collection.
525
<member name="T:NAnt.Compression.Types.TarFileSetEnumerator">
527
Enumerates the <see cref="T:NAnt.Compression.Types.TarFileSet"/> elements of a <see cref="T:NAnt.Compression.Types.TarFileSetCollection"/>.
530
<member name="M:NAnt.Compression.Types.TarFileSetEnumerator.#ctor(NAnt.Compression.Types.TarFileSetCollection)">
532
Initializes a new instance of the <see cref="T:NAnt.Compression.Types.TarFileSetEnumerator"/> class
533
with the specified <see cref="T:NAnt.Compression.Types.TarFileSetCollection"/>.
535
<param name="TarFileSets">The collection that should be enumerated.</param>
537
<member name="M:NAnt.Compression.Types.TarFileSetEnumerator.MoveNext">
539
Advances the enumerator to the next element of the collection.
542
<see langword="true" /> if the enumerator was successfully advanced
543
to the next element; <see langword="false" /> if the enumerator has
544
passed the end of the collection.
547
<member name="M:NAnt.Compression.Types.TarFileSetEnumerator.Reset">
549
Sets the enumerator to its initial position, which is before the
550
first element in the collection.
553
<member name="P:NAnt.Compression.Types.TarFileSetEnumerator.Current">
555
Gets the current element in the collection.
558
The current element in the collection.
561
<member name="T:NAnt.Compression.Types.ZipFileSet">
563
A <see cref="T:NAnt.Compression.Types.ZipFileSet"/> is a <see cref="T:NAnt.Core.Types.FileSet"/> with extra
564
attributes useful in the context of the <see cref="T:NAnt.Compression.Tasks.ZipTask"/>.
567
<member name="P:NAnt.Compression.Types.ZipFileSet.Prefix">
569
The top level directory prefix. If set, all file and directory paths
570
in the fileset will have this value prepended. Can either be a single
571
directory name or a "/" separated path.
574
<member name="T:NAnt.Compression.Types.ZipFileSetCollection">
576
Contains a collection of <see cref="T:NAnt.Compression.Types.ZipFileSet"/> elements.
579
<member name="M:NAnt.Compression.Types.ZipFileSetCollection.#ctor">
581
Initializes a new instance of the <see cref="T:NAnt.Compression.Types.ZipFileSetCollection"/> class.
584
<member name="M:NAnt.Compression.Types.ZipFileSetCollection.#ctor(NAnt.Compression.Types.ZipFileSetCollection)">
586
Initializes a new instance of the <see cref="T:NAnt.Compression.Types.ZipFileSetCollection"/> class
587
with the specified <see cref="T:NAnt.Compression.Types.ZipFileSetCollection"/> instance.
590
<member name="M:NAnt.Compression.Types.ZipFileSetCollection.#ctor(NAnt.Compression.Types.ZipFileSet[])">
592
Initializes a new instance of the <see cref="T:NAnt.Compression.Types.ZipFileSetCollection"/> class
593
with the specified array of <see cref="T:NAnt.Compression.Types.ZipFileSet"/> instances.
596
<member name="M:NAnt.Compression.Types.ZipFileSetCollection.Add(NAnt.Compression.Types.ZipFileSet)">
598
Adds a <see cref="T:NAnt.Compression.Types.ZipFileSet"/> to the end of the collection.
600
<param name="item">The <see cref="T:NAnt.Compression.Types.ZipFileSet"/> to be added to the end of the collection.</param>
601
<returns>The position into which the new element was inserted.</returns>
603
<member name="M:NAnt.Compression.Types.ZipFileSetCollection.AddRange(NAnt.Compression.Types.ZipFileSet[])">
605
Adds the elements of a <see cref="T:NAnt.Compression.Types.ZipFileSet"/> array to the end of the collection.
607
<param name="items">The array of <see cref="T:NAnt.Compression.Types.ZipFileSet"/> elements to be added to the end of the collection.</param>
609
<member name="M:NAnt.Compression.Types.ZipFileSetCollection.AddRange(NAnt.Compression.Types.ZipFileSetCollection)">
611
Adds the elements of a <see cref="T:NAnt.Compression.Types.ZipFileSetCollection"/> to the end of the collection.
613
<param name="items">The <see cref="T:NAnt.Compression.Types.ZipFileSetCollection"/> to be added to the end of the collection.</param>
615
<member name="M:NAnt.Compression.Types.ZipFileSetCollection.Contains(NAnt.Compression.Types.ZipFileSet)">
617
Determines whether a <see cref="T:NAnt.Compression.Types.ZipFileSet"/> is in the collection.
619
<param name="item">The <see cref="T:NAnt.Compression.Types.ZipFileSet"/> to locate in the collection.</param>
621
<see langword="true"/> if <paramref name="item"/> is found in the
622
collection; otherwise, <see langword="false"/>.
625
<member name="M:NAnt.Compression.Types.ZipFileSetCollection.CopyTo(NAnt.Compression.Types.ZipFileSet[],System.Int32)">
627
Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.
629
<param name="array">The one-dimensional array that is the destination of the elements copied from the collection. The array must have zero-based indexing.</param>
630
<param name="index">The zero-based index in <paramref name="array"/> at which copying begins.</param>
632
<member name="M:NAnt.Compression.Types.ZipFileSetCollection.IndexOf(NAnt.Compression.Types.ZipFileSet)">
634
Retrieves the index of a specified <see cref="T:NAnt.Compression.Types.ZipFileSet"/> object in the collection.
636
<param name="item">The <see cref="T:NAnt.Compression.Types.ZipFileSet"/> object for which the index is returned.</param>
638
The index of the specified <see cref="T:NAnt.Compression.Types.ZipFileSet"/>. If the <see cref="T:NAnt.Compression.Types.ZipFileSet"/> is not currently a member of the collection, it returns -1.
641
<member name="M:NAnt.Compression.Types.ZipFileSetCollection.Insert(System.Int32,NAnt.Compression.Types.ZipFileSet)">
643
Inserts a <see cref="T:NAnt.Compression.Types.ZipFileSet"/> into the collection at the specified index.
645
<param name="index">The zero-based index at which <paramref name="item"/> should be inserted.</param>
646
<param name="item">The <see cref="T:NAnt.Compression.Types.ZipFileSet"/> to insert.</param>
648
<member name="M:NAnt.Compression.Types.ZipFileSetCollection.GetEnumerator">
650
Returns an enumerator that can iterate through the collection.
653
A <see cref="T:NAnt.Compression.Types.ZipFileSetEnumerator"/> for the entire collection.
656
<member name="M:NAnt.Compression.Types.ZipFileSetCollection.Remove(NAnt.Compression.Types.ZipFileSet)">
658
Removes a member from the collection.
660
<param name="item">The <see cref="T:NAnt.Compression.Types.ZipFileSet"/> to remove from the collection.</param>
662
<member name="P:NAnt.Compression.Types.ZipFileSetCollection.Item(System.Int32)">
664
Gets or sets the element at the specified index.
666
<param name="index">The zero-based index of the element to get or set.</param>
668
<member name="P:NAnt.Compression.Types.ZipFileSetCollection.FileCount">
670
Get the total number of files that are represented by the
671
filesets in this collection.
674
<member name="T:NAnt.Compression.Types.ZipFileSetEnumerator">
676
Enumerates the <see cref="T:NAnt.Compression.Types.ZipFileSet"/> elements of a <see cref="T:NAnt.Compression.Types.ZipFileSetCollection"/>.
679
<member name="M:NAnt.Compression.Types.ZipFileSetEnumerator.#ctor(NAnt.Compression.Types.ZipFileSetCollection)">
681
Initializes a new instance of the <see cref="T:NAnt.Compression.Types.ZipFileSetEnumerator"/> class
682
with the specified <see cref="T:NAnt.Compression.Types.ZipFileSetCollection"/>.
684
<param name="ZipFileSets">The collection that should be enumerated.</param>
686
<member name="M:NAnt.Compression.Types.ZipFileSetEnumerator.MoveNext">
688
Advances the enumerator to the next element of the collection.
691
<see langword="true" /> if the enumerator was successfully advanced
692
to the next element; <see langword="false" /> if the enumerator has
693
passed the end of the collection.
696
<member name="M:NAnt.Compression.Types.ZipFileSetEnumerator.Reset">
698
Sets the enumerator to its initial position, which is before the
699
first element in the collection.
702
<member name="P:NAnt.Compression.Types.ZipFileSetEnumerator.Current">
704
Gets the current element in the collection.
707
The current element in the collection.