Tabnine Logo
Facet$Exposed
Code IndexAdd Tabnine to your IDE (free)

How to use
Facet$Exposed
in
org.sonatype.nexus.repository

Best Java code snippets using org.sonatype.nexus.repository.Facet$Exposed (Showing top 20 results out of 315)

origin: org.sonatype.nexus.plugins/nexus-repository-maven

@Facet.Exposed
public class MavenGroupFacet
  extends GroupFacetImpl
origin: sonatype-nexus-community/nexus-repository-apt

@Named
@Facet.Exposed
public class AptHostedFacet
  extends FacetSupport
origin: org.sonatype.nexus.plugins/nexus-repository-npm

@Exposed
public class NpmGroupFacet
  extends GroupFacetImpl
origin: sonatype-nexus-community/nexus-repository-apt

@Named
@Facet.Exposed
public class AptProxyFacet
  extends ProxyFacetSupport
origin: sonatype-nexus-community/nexus-repository-apt

@Named
@Facet.Exposed
public class AptSigningFacet
  extends FacetSupport
origin: org.sonatype.nexus.plugins/nexus-repository-npm

@Facet.Exposed
public interface NpmHostedFacet
  extends Facet
origin: org.sonatype.nexus/nexus-repository

@Facet.Exposed
public interface ComponentMaintenance
  extends Facet
origin: org.sonatype.nexus.plugins/nexus-repository-maven

@Facet.Exposed
public interface MavenFacet
  extends Facet
origin: org.sonatype.nexus/nexus-repository

@Facet.Exposed
public interface NegativeCacheFacet
  extends Facet
origin: org.sonatype.nexus/nexus-repository

@Facet.Exposed
public interface StorageFacet
  extends Facet
origin: org.sonatype.nexus.plugins/nexus-repository-maven

@Facet.Exposed
public interface MavenHostedFacet
  extends Facet
origin: org.sonatype.nexus/nexus-repository

@Facet.Exposed
public interface GroupFacet
  extends Facet
origin: org.sonatype.nexus.plugins/nexus-repository-raw

@Facet.Exposed
public interface RawContentFacet
  extends Facet
origin: org.sonatype.nexus/nexus-repository

@Facet.Exposed
public interface ConfigurationFacet
 extends Facet
origin: org.sonatype.nexus/nexus-repository

@Facet.Exposed
public interface SearchFacet
  extends Facet
origin: org.sonatype.nexus.plugins/nexus-repository-npm

@Facet.Exposed
public interface NpmFacet
  extends Facet
origin: org.sonatype.nexus/nexus-repository

/**
 * A format neutral proxy facet.
 *
 * @since 3.0
 */
@Facet.Exposed
public interface ProxyFacet
  extends Facet
{
 /**
  * Obtain the content which the user has requested, either by retrieving cached content, or by fetching new or
  * updated content from the upstream repository.
  */
 @Nullable
 Content get(Context context) throws IOException;

 /**
  * Returns the root of the remote repository.
  */
 URI getRemoteUrl();

 /**
  * Invalidates all entries from proxy cache, causing all subsequent requests to attempt to fetch new or updated
  * content, if any.
  */
 void invalidateProxyCaches();
}

origin: org.sonatype.nexus.plugins/nexus-repository-maven

/**
 * Maven2 specific index facet responsible to generate index (for hosted and group repositories).
 *
 * @since 3.0
 */
@Facet.Exposed
public interface MavenIndexFacet
  extends Facet
{
 /**
  * Returns time when index was last published on this repository, or {@code null} if index is not published for
  * whatever reason.
  */
 @Nullable
 DateTime lastPublished() throws IOException;

 /**
  * Publishes Maven Indexer indexes repository for downstream consumption.
  */
 void publishIndex() throws IOException;

 /**
  * Removes published Maven Indexer indexes from repository (or cache, if proxy).
  */
 void unpublishIndex() throws IOException;
}

origin: org.sonatype.nexus.plugins/nexus-repository-npm

/**
 * npm search index facet.
 *
 * @since 3.0
 * @deprecated No longer actively used by npm upstream, replaced by v1 search api (NEXUS-13150).
 */
@Deprecated
@Facet.Exposed
public interface NpmSearchIndexFacet
  extends Facet
{
 /**
  * Fetches the index document.
  */
 Content searchIndex(@Nullable final DateTime since) throws IOException;

 /**
  * Invalidates cached index document, if applicable.
  */
 void invalidateCachedSearchIndex();
}

origin: org.sonatype.nexus.plugins/nexus-repository-npm

/**
 * npm token management facet.
 *
 * @since 3.0
 */
@Facet.Exposed
public interface NpmTokenFacet
  extends Facet
{
 /**
  * Performs a login for user authenticated in the request (creates token and returns login specific response).
  */
 Response login(Context context);

 /**
  * Performs a log-out for currently authenticated user (deletes the token if found and returns logout specific
  * response).
  */
 Response logout(Context context);
}

org.sonatype.nexus.repositoryFacet$Exposed

Most used methods

  • <init>

Popular in Java

  • Reading from database using SQL prepared statement
  • getExternalFilesDir (Context)
  • onCreateOptionsMenu (Activity)
  • setContentView (Activity)
  • BufferedWriter (java.io)
    Wraps an existing Writer and buffers the output. Expensive interaction with the underlying reader is
  • String (java.lang)
  • Time (java.sql)
    Java representation of an SQL TIME value. Provides utilities to format and parse the time's represen
  • Stack (java.util)
    Stack is a Last-In/First-Out(LIFO) data structure which represents a stack of objects. It enables u
  • Annotation (javassist.bytecode.annotation)
    The annotation structure.An instance of this class is returned bygetAnnotations() in AnnotationsAttr
  • JFrame (javax.swing)
  • Best plugins for Eclipse
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now