Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for explicitFileType (0.23 sec)

  1. platforms/ide/ide-native/src/main/java/org/gradle/ide/xcode/internal/xcodeproj/PBXFileReference.java

            explicitFileType = Optional.fromNullable(fileType);
            lastKnownFileType = Optional.absent();
        }
    
        public Optional<String> getExplicitFileType() {
            return explicitFileType;
        }
    
        public void setExplicitFileType(Optional<String> explicitFileType) {
            this.explicitFileType = explicitFileType;
        }
    
        @Override
        public String isa() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 2.1K bytes
    - Viewed (0)
Back to top