Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Input (0.04 sec)

  1. src/mdo/model.vm

        public ${type} ${pfx}${cap}() {
            return this.${field.name};
        }
    
        #end
        #if ( $locationTracking && !$class.superClass )
        /**
         * Gets the location of the specified field in the input source.
         */
        public InputLocation getLocation(Object key) {
            return locations != null ? locations.get(key) : null;
        }
    
        #end
        /**
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Feb 07 21:28:01 UTC 2024
    - 17.1K bytes
    - Viewed (0)
  2. maven-core/plugin-manager.txt

    * The repository model where plugins can be stored and cataloged
    * Bridging this into an OSGi system: if this could be done then we can basically take over p2
    
    TODO
    
    - dealing with processing of input and adapting GAVs before searching i.e. plugin groups in Maven and default searching
    - how to deal with resolution from different places like local/remote/workspace
    - how to incorporate the metadata processor to start with
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jul 18 22:45:13 UTC 2022
    - 12.9K bytes
    - Viewed (0)
Back to top