Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Hoolehan (0.32 sec)

  1. maven-compat/src/main/java/org/apache/maven/repository/metadata/ArtifactMetadata.java

        protected Collection<ArtifactMetadata> dependencies;
    
        /** metadata URI */
        protected String uri;
    
        /** is metadata found anywhere */
        protected boolean resolved = false;
    
        /** does the actual artifact for this metadata exists */
        protected boolean artifactExists = false;
        /** artifact URI */
        protected String artifactUri;
    
        /** error message  */
        private String error;
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Sep 06 11:28:54 UTC 2023
    - 8.6K bytes
    - Viewed (0)
  2. maven-artifact/src/main/java/org/apache/maven/repository/legacy/metadata/ArtifactMetadata.java

         *
         * @return whether this metadata should be stored alongside the artifact
         */
        boolean storedInArtifactVersionDirectory();
    
        /**
         * Whether this metadata should be stored alongside the group.
         *
         * @return whether this metadata should be stored alongside the group
         */
        boolean storedInGroupDirectory();
    
        String getGroupId();
    
        String getArtifactId();
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Sep 06 08:39:32 UTC 2023
    - 3K bytes
    - Viewed (0)
Back to top