| Index: client/html/generated/src/interface/EntrySync.dart
|
| diff --git a/client/html/generated/src/interface/EntrySync.dart b/client/html/generated/src/interface/EntrySync.dart
|
| deleted file mode 100644
|
| index bad93d1fa57bdcc7e431e998b5b193b60484b4e5..0000000000000000000000000000000000000000
|
| --- a/client/html/generated/src/interface/EntrySync.dart
|
| +++ /dev/null
|
| @@ -1,30 +0,0 @@
|
| -// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
|
| -// for details. All rights reserved. Use of this source code is governed by a
|
| -// BSD-style license that can be found in the LICENSE file.
|
| -
|
| -// WARNING: Do not edit - generated code.
|
| -
|
| -interface EntrySync {
|
| -
|
| - DOMFileSystemSync get filesystem();
|
| -
|
| - String get fullPath();
|
| -
|
| - bool get isDirectory();
|
| -
|
| - bool get isFile();
|
| -
|
| - String get name();
|
| -
|
| - EntrySync copyTo(DirectoryEntrySync parent, String name);
|
| -
|
| - Metadata getMetadata();
|
| -
|
| - DirectoryEntrySync getParent();
|
| -
|
| - EntrySync moveTo(DirectoryEntrySync parent, String name);
|
| -
|
| - void remove();
|
| -
|
| - String toURL();
|
| -}
|
|
|