Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FileOrUriNotationConverter (0.16 sec)

  1. platforms/core-configuration/file-collections/src/main/java/org/gradle/api/internal/file/FileOrUriNotationConverter.java

    import java.io.File;
    import java.net.URI;
    import java.net.URISyntaxException;
    import java.net.URL;
    import java.nio.file.Path;
    import java.util.regex.Matcher;
    import java.util.regex.Pattern;
    
    public class FileOrUriNotationConverter implements NotationConverter<Object, Object> {
    
        private static final Pattern URI_SCHEME = Pattern.compile("([a-zA-Z][a-zA-Z0-9+-\\.]*:).+");
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 09 01:09:38 UTC 2024
    - 6.7K bytes
    - Viewed (0)
Back to top